From 248f2cb17d69fe46ecf09b28a53eb3a09f613b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sivert=20V=2E=20S=C3=A6ther?= Date: Tue, 17 Mar 2020 18:36:36 +0100 Subject: [PATCH] crime --- README.md | 2 ++ index.html | 12 ++++++++++++ main.css | 4 ++++ navbar.html | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 main.css create mode 100644 navbar.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..939c641 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Ghost-Zephyr.github.io +Lolert, github.io i IT1 no, bli nok nødt t å flytt seiner. diff --git a/index.html b/index.html new file mode 100644 index 0000000..eae9162 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + Simple firebase logon + + + + + +

Works!

+
+ \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..e844905 --- /dev/null +++ b/main.css @@ -0,0 +1,4 @@ + +li.right { + align-content: right +} diff --git a/navbar.html b/navbar.html new file mode 100644 index 0000000..098a3e4 --- /dev/null +++ b/navbar.html @@ -0,0 +1,32 @@ + + + + Navbar for iframe + + + + + + + \ No newline at end of file