From: bochard Date: Fri, 21 Mar 2025 11:45:18 +0000 (+0800) Subject: 404 X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=ba21b21643c58bbc79c28724215dc5cccb1cb42a;p=mysite.git 404 --- diff --git a/404.html b/404.html index 079ff25..b21ee3a 100644 --- a/404.html +++ b/404.html @@ -5,61 +5,98 @@ - 404 Not Found - - error 404. -
+

Uh ohhhh!

-

The requested URL was not found on this server.

- Back to Home -
+ + +
+

There's no such link like that on my site. are you looking for easter eggs?!

+ +
+ \ No newline at end of file diff --git a/about.html b/about.html deleted file mode 100644 index e69de29..0000000 diff --git a/contact.html b/contact.html deleted file mode 100644 index e69de29..0000000 diff --git a/images/gifs/backhomepage.gif b/images/gifs/backhomepage.gif new file mode 100644 index 0000000..abfdd2f Binary files /dev/null and b/images/gifs/backhomepage.gif differ diff --git a/styles/index.css b/styles/index.css index f27c936..5aae6e5 100644 --- a/styles/index.css +++ b/styles/index.css @@ -19,7 +19,6 @@ header { .headernav { margin: 10px auto; width: fit-content; - } .navlist { display: flex; @@ -50,9 +49,6 @@ h1 { p { font-size: 20px; } -a { - text-decoration: none; -} section { margin-top: 40px; @@ -80,5 +76,5 @@ footer { justify-content: center; align-items: center; margin-top: 20px; - margin-bottom: 400px; + margin-bottom: 200px; }