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; }