From 658b07f27b8b0d967f456ad614cbc9524c80e8b0 Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 5 Oct 2024 18:57:50 -0500 Subject: [PATCH] restructure --- about.html | 10 +++++----- attributions.html | 4 ++-- favicon.ico => images/favicon.ico | Bin usb.jpg => images/usb.jpg | Bin watching.jpg => images/watching.jpg | Bin index.html | 4 ++-- mgs/mgs.html | 4 ++-- styles.css => styles/default.css | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) rename favicon.ico => images/favicon.ico (100%) rename usb.jpg => images/usb.jpg (100%) rename watching.jpg => images/watching.jpg (100%) rename styles.css => styles/default.css (97%) diff --git a/about.html b/about.html index 919734f..6e452f7 100644 --- a/about.html +++ b/about.html @@ -3,8 +3,8 @@ - - + + About @@ -15,9 +15,9 @@

About.

- an unsettling comic showing a man
-								 putting a usb dongle into his mouth and moving his face with
-								 the connected mouse + an unsettling comic showing
+								 a man putting a usb dongle into his mouth and moving his face
+								 with the connected mouse

I'm in your walls.

diff --git a/attributions.html b/attributions.html index de25c23..f34c826 100644 --- a/attributions.html +++ b/attributions.html @@ -3,8 +3,8 @@ - - + + Attributions diff --git a/favicon.ico b/images/favicon.ico similarity index 100% rename from favicon.ico rename to images/favicon.ico diff --git a/usb.jpg b/images/usb.jpg similarity index 100% rename from usb.jpg rename to images/usb.jpg diff --git a/watching.jpg b/images/watching.jpg similarity index 100% rename from watching.jpg rename to images/watching.jpg diff --git a/index.html b/index.html index 1b76963..a18a797 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - + + Dairy Demon diff --git a/mgs/mgs.html b/mgs/mgs.html index 721826e..7623f20 100644 --- a/mgs/mgs.html +++ b/mgs/mgs.html @@ -3,8 +3,8 @@ - - + + Metal Gear Solid Trivia diff --git a/styles.css b/styles/default.css similarity index 97% rename from styles.css rename to styles/default.css index 3bebd12..1f35b9c 100644 --- a/styles.css +++ b/styles/default.css @@ -30,7 +30,7 @@ footer { #headerimg { border-right: 3px solid black; width: 128px; - background-image: url("/watching.jpg"); + background-image: url("/images/watching.jpg"); flex: initial; align-self: stretch; }