diff --git a/.gitignore b/.gitignore index 8b13789..b60de5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ - +**/target diff --git a/index.html b/index.html deleted file mode 100644 index c6063f1..0000000 --- a/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - Home | Cutieguwu - - - - - - - - - - -
-

lorem ipsum etc idk what else there is in this latin phrase

-
- - - - diff --git a/.well-known/security.txt b/src/.well-known/security.txt similarity index 100% rename from .well-known/security.txt rename to src/.well-known/security.txt diff --git a/acknowledgements.html b/src/acknowledgements.html similarity index 100% rename from acknowledgements.html rename to src/acknowledgements.html diff --git a/errors/400.html b/src/errors/400.html similarity index 100% rename from errors/400.html rename to src/errors/400.html diff --git a/errors/401.html b/src/errors/401.html similarity index 100% rename from errors/401.html rename to src/errors/401.html diff --git a/errors/403.html b/src/errors/403.html similarity index 100% rename from errors/403.html rename to src/errors/403.html diff --git a/errors/404.html b/src/errors/404.html similarity index 100% rename from errors/404.html rename to src/errors/404.html diff --git a/errors/500.html b/src/errors/500.html similarity index 100% rename from errors/500.html rename to src/errors/500.html diff --git a/errors/501.html b/src/errors/501.html similarity index 100% rename from errors/501.html rename to src/errors/501.html diff --git a/errors/502.html b/src/errors/502.html similarity index 100% rename from errors/502.html rename to src/errors/502.html diff --git a/errors/503.html b/src/errors/503.html similarity index 100% rename from errors/503.html rename to src/errors/503.html diff --git a/errors/504.html b/src/errors/504.html similarity index 100% rename from errors/504.html rename to src/errors/504.html diff --git a/img/background.png b/src/img/background.png similarity index 100% rename from img/background.png rename to src/img/background.png diff --git a/img/test-favicon.jpg b/src/img/test-favicon.jpg similarity index 100% rename from img/test-favicon.jpg rename to src/img/test-favicon.jpg diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..d623e3a --- /dev/null +++ b/src/index.html @@ -0,0 +1,26 @@ + + + + + Home | Cutieguwu + + + + + + + + +
+

lorem ipsum etc idk what else there is in this latin phrase

+
+ + + + diff --git a/src/nav.html b/src/nav.html new file mode 100644 index 0000000..b9557cd --- /dev/null +++ b/src/nav.html @@ -0,0 +1,63 @@ + diff --git a/robots.txt b/src/robots.txt similarity index 100% rename from robots.txt rename to src/robots.txt diff --git a/style.css b/src/style.css similarity index 94% rename from style.css rename to src/style.css index 8c956a7..334eb1e 100644 --- a/style.css +++ b/src/style.css @@ -45,6 +45,14 @@ hr { float: left; } +.nav_pane hr { + color: lightpink; + margin-top: 0.5vh; + margin-bottom: 0.5vh; + margin-left: 1.25vh; + margin-right: 1.25vh; +} + .nav_logo { color: lightpink; font-family: Arial, Helvetica, sans-serif;