diff --git a/public/temp/404.html b/public/temp/404.html index 6e3d92c..faddeb7 100644 --- a/public/temp/404.html +++ b/public/temp/404.html @@ -1,8 +1,8 @@ - archblox.com - 404 - + ARCHBLOX - BRB + @@ -10,27 +10,26 @@ - + - + +
ARCHBLOX Logo -

It's ARCHBLOX time.

+

We'll be right back!

-

404 Page Not Found

-

Aw man, look at what you have done. You've made Luigi mad!

-

Why don't you go back a page for us before Luigi destroys us all.

- Angry Luigi +

ARCHBLOX will be right back!

+

Sorry for the wait!

- \ No newline at end of file + \ No newline at end of file diff --git a/public/temp/404.js b/public/temp/404.js deleted file mode 100644 index 3880432..0000000 --- a/public/temp/404.js +++ /dev/null @@ -1,16 +0,0 @@ - -window.onload = function() { - var logo = document.getElementById("logo_signup") - var privacytext = document.getElementById("privacytext") - var username = localStorage.getItem("username"); - if (username == "") { - logo.innerHTML = "\"ARCHBLOX

It's ARCHBLOX time.

" - privacytext.innerHTML = "Privacy Policy Terms of Service" - } else if (username == null) { - logo.innerHTML = "\"ARCHBLOX

It's ARCHBLOX time.

" - privacytext.innerHTML = "Privacy Policy Terms of Service" - } else { - logo.innerHTML = "\"ARCHBLOX

It's ARCHBLOX time.

" - privacytext.innerHTML = "Privacy Policy Terms of Service" - } -}; \ No newline at end of file diff --git a/public/temp/error.png b/public/temp/error.png deleted file mode 100644 index f7a287c..0000000 Binary files a/public/temp/error.png and /dev/null differ