diff --git a/403.html b/403.html deleted file mode 100644 index 632bf58..0000000 --- a/403.html +++ /dev/null @@ -1,12 +0,0 @@ - - -/blankX/403.html -/blankx/403.html.txt: jack - - - -
-

It seems like JackSucksAtLife puts a 403 here, hmm.

-

He wants you to be on Skycade I think :shrug:

- - diff --git a/404.html b/404.html deleted file mode 100644 index 515273c..0000000 --- a/404.html +++ /dev/null @@ -1,15 +0,0 @@ - - -/blankX/.hell.html -/blankx/.hell.html.txt: Welcome to hell - - - -
-

/blankx/.hell.html

-

Welcome to hell.

-
-

I'm just trying to be scary. Thanks to amolith for making Dr. Smith

-
- - diff --git a/public/403.html b/public/403.html index 632bf58..722f373 100644 --- a/public/403.html +++ b/public/403.html @@ -4,9 +4,17 @@ /blankx/403.html.txt: jack - +
-

It seems like JackSucksAtLife puts a 403 here, hmm.

-

He wants you to be on Skycade I think :shrug:

+

It seems like JackSucksAtLife puts a 403 here, hmm.

+

He wants you to be on Skycade I think :shrug:

+

Thanks to amolith for Dr. Smith.

+ diff --git a/public/index.css b/public/index.css index 0aef427..9e91928 100644 --- a/public/index.css +++ b/public/index.css @@ -23,7 +23,11 @@ meta.colon_p { } body.jack { background-color: red; - background-image: url('jack.png'); + background-image: url('pics/jack.png'); +} +body.kazoo { + background-color: red; + background-image: url('pics/kazoo.png'); } p, a, h1, h2, li { font-family: 'Rounded Elegance', sans-serif; diff --git a/public/jack.png b/public/pics/jack.png similarity index 100% rename from public/jack.png rename to public/pics/jack.png diff --git a/public/pics/kazoo.png b/public/pics/kazoo.png new file mode 100644 index 0000000..632d5b8 Binary files /dev/null and b/public/pics/kazoo.png differ