From dfa2ad7288582a836252271a55ff0f3b65c8c8a4 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Sun, 1 Oct 2023 22:21:42 -0400 Subject: [PATCH] Make lots of changes I made lots of changes and removed a few leftover dependencies that got copied over from the world of Replit. Reviewed-on: https://git.amcforum.wiki/Firepup650/firepup-site/pulls/5 Co-authored-by: 9pfs <9pfs@amcforum.wiki> Co-committed-by: 9pfs <9pfs@amcforum.wiki> --- public/dynamic/about-you.ejs | 2 +- public/dynamic/raw.ejs | 2 +- public/dynamic/server-info.ejs | 8 +- public/dynamic/spotify-history.ejs | 8 +- public/dynamic/spotify-queue.ejs | 8 +- public/dynamic/spotify.ejs | 8 +- public/errors/403.ejs | 6 +- public/errors/404.ejs | 6 +- public/errors/422.ejs | 6 +- public/errors/500.ejs | 6 +- public/pages/cheese.html | 2 +- public/pages/construction.html | 2 +- public/pages/dvd-screensaver.html | 2 +- public/pages/forbidden.html | 2 +- public/pages/hidden.html | 2 +- public/pages/index.html | 2 +- public/pages/maintenance.html | 2 +- public/pages/password-generator.html | 2 +- public/pages/pfps.html | 2 +- public/pages/ratings.html | 2 +- public/pages/ratings/9pfs.html | 2 +- public/pages/ratings/bigminiboss.html | 2 +- public/pages/ratings/coderelijah.html | 2 +- public/pages/ratings/jayayseaohbee14.html | 2 +- public/pages/ratings/pikachub2005.html | 2 +- public/pages/ratings/youngchief.html | 2 +- public/pages/usage.html | 2 +- public/pages/users.html | 2 +- public/pages/users/9pfs.html | 2 +- public/pages/users/bigminiboss.html | 2 +- public/pages/users/coderelijah.html | 2 +- public/pages/users/jayayseaohbee14.html | 2 +- public/pages/users/pikachub2005.html | 2 +- public/pages/users/youngchief.html | 2 +- public/pages/visits.html | 2 +- public/styles/bounce.css | 1142 +++++++++++++++++++++ 36 files changed, 1197 insertions(+), 55 deletions(-) create mode 100644 public/styles/bounce.css diff --git a/public/dynamic/about-you.ejs b/public/dynamic/about-you.ejs index bea3fa8..992ebb7 100644 --- a/public/dynamic/about-you.ejs +++ b/public/dynamic/about-you.ejs @@ -5,7 +5,7 @@ FP650 - About You - +

About Your Browser

diff --git a/public/dynamic/raw.ejs b/public/dynamic/raw.ejs index a88eb5d..3abf2ca 100644 --- a/public/dynamic/raw.ejs +++ b/public/dynamic/raw.ejs @@ -5,7 +5,7 @@ FP650 - Raw - <%= fileName %> - + diff --git a/public/dynamic/server-info.ejs b/public/dynamic/server-info.ejs index 92ed1cc..af64851 100644 --- a/public/dynamic/server-info.ejs +++ b/public/dynamic/server-info.ejs @@ -2,9 +2,9 @@ FP650 - Server Info - - - + + + @@ -13,6 +13,6 @@

Author: <%= author %>

Uptime: <%= uptime %> seconds

Total Pages: <%= images %>

- + \ No newline at end of file diff --git a/public/dynamic/spotify-history.ejs b/public/dynamic/spotify-history.ejs index 527c1ae..4f8ef9c 100644 --- a/public/dynamic/spotify-history.ejs +++ b/public/dynamic/spotify-history.ejs @@ -2,9 +2,9 @@ FP650 - YCS - History - - - + + + @@ -20,6 +20,6 @@

Error: <%= err %>

<% } %>

Raw data: <%= raw %>

- + \ No newline at end of file diff --git a/public/dynamic/spotify-queue.ejs b/public/dynamic/spotify-queue.ejs index 350f6ce..483a79c 100644 --- a/public/dynamic/spotify-queue.ejs +++ b/public/dynamic/spotify-queue.ejs @@ -2,9 +2,9 @@ FP650 - YCS - Queue - - - + + + @@ -20,6 +20,6 @@

Error: <%= err %>

<% } %>

Raw data: <%= raw %>

- + \ No newline at end of file diff --git a/public/dynamic/spotify.ejs b/public/dynamic/spotify.ejs index dc299b0..7069d74 100644 --- a/public/dynamic/spotify.ejs +++ b/public/dynamic/spotify.ejs @@ -2,9 +2,9 @@ FP650 - Youngchief's Spotify - - - + + + @@ -25,6 +25,6 @@

Raw data: <%= raw %>

Cover Art:

- + \ No newline at end of file diff --git a/public/errors/403.ejs b/public/errors/403.ejs index 85f1457..f471124 100644 --- a/public/errors/403.ejs +++ b/public/errors/403.ejs @@ -4,8 +4,8 @@ FP650 - 403 Error - - + + @@ -17,6 +17,6 @@ <% } else { %>

The requested page is forbidden to access on the server.

<% } %> - + \ No newline at end of file diff --git a/public/errors/404.ejs b/public/errors/404.ejs index b6f6998..a96a851 100644 --- a/public/errors/404.ejs +++ b/public/errors/404.ejs @@ -4,8 +4,8 @@ FP650 - 404 Error - - + + @@ -17,6 +17,6 @@ <% } else { %>

The requested page was not found on the server.

<% } %> - + \ No newline at end of file diff --git a/public/errors/422.ejs b/public/errors/422.ejs index 7492ce0..44a5f5a 100644 --- a/public/errors/422.ejs +++ b/public/errors/422.ejs @@ -4,8 +4,8 @@ FP650 - 422 Error - - + +

422 Unprocessable Entity

@@ -15,6 +15,6 @@ <% } else { %>

The requested url did not match a valid image request format.

<% } %> - + \ No newline at end of file diff --git a/public/errors/500.ejs b/public/errors/500.ejs index 980682d..b997c15 100644 --- a/public/errors/500.ejs +++ b/public/errors/500.ejs @@ -4,8 +4,8 @@ FP650 - 500 Error - - + + @@ -18,6 +18,6 @@

Stack trace:

<%= error.stack %>
<% } %> - + \ No newline at end of file diff --git a/public/pages/cheese.html b/public/pages/cheese.html index 1a0ac7d..df7b187 100644 --- a/public/pages/cheese.html +++ b/public/pages/cheese.html @@ -5,7 +5,7 @@ FP650 - Cheese - +
diff --git a/public/pages/construction.html b/public/pages/construction.html index 45d7c59..faa5adf 100644 --- a/public/pages/construction.html +++ b/public/pages/construction.html @@ -5,7 +5,7 @@ FP650 - Unfinished page - + diff --git a/public/pages/dvd-screensaver.html b/public/pages/dvd-screensaver.html index ef29fdd..ee3b4d1 100644 --- a/public/pages/dvd-screensaver.html +++ b/public/pages/dvd-screensaver.html @@ -5,7 +5,7 @@ FP650 - DVD Screensaver - + diff --git a/public/pages/forbidden.html b/public/pages/forbidden.html index eac71e4..ae895d6 100644 --- a/public/pages/forbidden.html +++ b/public/pages/forbidden.html @@ -5,7 +5,7 @@ FP650 - You shouldn't be here. - + diff --git a/public/pages/hidden.html b/public/pages/hidden.html index f3d6464..1e97ce8 100644 --- a/public/pages/hidden.html +++ b/public/pages/hidden.html @@ -5,7 +5,7 @@ FP650 - Hidden :O - +
diff --git a/public/pages/index.html b/public/pages/index.html index c192caf..bb6b32c 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -5,7 +5,7 @@ Firepup650 - + diff --git a/public/pages/maintenance.html b/public/pages/maintenance.html index 071c2ff..5b42daf 100644 --- a/public/pages/maintenance.html +++ b/public/pages/maintenance.html @@ -5,7 +5,7 @@ FP650 - Maintenance - + diff --git a/public/pages/password-generator.html b/public/pages/password-generator.html index 222da66..8bffb06 100644 --- a/public/pages/password-generator.html +++ b/public/pages/password-generator.html @@ -5,7 +5,7 @@ FP650 - Password Generator - + diff --git a/public/pages/pfps.html b/public/pages/pfps.html index eb749da..91e7210 100644 --- a/public/pages/pfps.html +++ b/public/pages/pfps.html @@ -5,7 +5,7 @@ Firepup650 - +
diff --git a/public/pages/ratings.html b/public/pages/ratings.html index dbeb751..c1c0a57 100644 --- a/public/pages/ratings.html +++ b/public/pages/ratings.html @@ -5,7 +5,7 @@ FP650 - Ratings - + diff --git a/public/pages/ratings/9pfs.html b/public/pages/ratings/9pfs.html index 84952d3..f96de3f 100644 --- a/public/pages/ratings/9pfs.html +++ b/public/pages/ratings/9pfs.html @@ -5,7 +5,7 @@ Firepup650 - Ratings - 9pfs - + diff --git a/public/pages/ratings/bigminiboss.html b/public/pages/ratings/bigminiboss.html index 056071f..c828da6 100644 --- a/public/pages/ratings/bigminiboss.html +++ b/public/pages/ratings/bigminiboss.html @@ -5,7 +5,7 @@ Firepup650 - Ratings - BMB - + diff --git a/public/pages/ratings/coderelijah.html b/public/pages/ratings/coderelijah.html index 4a7cbec..f0597e8 100644 --- a/public/pages/ratings/coderelijah.html +++ b/public/pages/ratings/coderelijah.html @@ -5,7 +5,7 @@ Firepup650 - Ratings - CE - + diff --git a/public/pages/ratings/jayayseaohbee14.html b/public/pages/ratings/jayayseaohbee14.html index d2e68bd..9353d4f 100644 --- a/public/pages/ratings/jayayseaohbee14.html +++ b/public/pages/ratings/jayayseaohbee14.html @@ -5,7 +5,7 @@ Firepup650 - Ratngs - JASOB14 - + diff --git a/public/pages/ratings/pikachub2005.html b/public/pages/ratings/pikachub2005.html index 6ca3b91..dedde75 100644 --- a/public/pages/ratings/pikachub2005.html +++ b/public/pages/ratings/pikachub2005.html @@ -5,7 +5,7 @@ Firepup650 - Ratings - PB2005 - + diff --git a/public/pages/ratings/youngchief.html b/public/pages/ratings/youngchief.html index 43c7fdc..856adf8 100644 --- a/public/pages/ratings/youngchief.html +++ b/public/pages/ratings/youngchief.html @@ -5,7 +5,7 @@ Firepup650 - Ratings - YC - + diff --git a/public/pages/usage.html b/public/pages/usage.html index 2b2f6a2..b9de395 100644 --- a/public/pages/usage.html +++ b/public/pages/usage.html @@ -5,7 +5,7 @@ FP650 - Usage - + diff --git a/public/pages/users.html b/public/pages/users.html index a44db45..1df64be 100644 --- a/public/pages/users.html +++ b/public/pages/users.html @@ -5,7 +5,7 @@ FP650 - Users - + diff --git a/public/pages/users/9pfs.html b/public/pages/users/9pfs.html index 04b38a7..eb6488b 100644 --- a/public/pages/users/9pfs.html +++ b/public/pages/users/9pfs.html @@ -5,7 +5,7 @@ FP650 - 9pfs - + diff --git a/public/pages/users/bigminiboss.html b/public/pages/users/bigminiboss.html index 3d33b53..6c5bcd0 100644 --- a/public/pages/users/bigminiboss.html +++ b/public/pages/users/bigminiboss.html @@ -5,7 +5,7 @@ Firepup650 - bigminiboss - + diff --git a/public/pages/users/coderelijah.html b/public/pages/users/coderelijah.html index 01e8ed4..0d4efaa 100644 --- a/public/pages/users/coderelijah.html +++ b/public/pages/users/coderelijah.html @@ -5,7 +5,7 @@ Firepup650 - CoderElijah - + diff --git a/public/pages/users/jayayseaohbee14.html b/public/pages/users/jayayseaohbee14.html index 91dc715..3bf7b94 100644 --- a/public/pages/users/jayayseaohbee14.html +++ b/public/pages/users/jayayseaohbee14.html @@ -5,7 +5,7 @@ Firepup650 - JASOB14 - + diff --git a/public/pages/users/pikachub2005.html b/public/pages/users/pikachub2005.html index 237d4c1..6bfd772 100644 --- a/public/pages/users/pikachub2005.html +++ b/public/pages/users/pikachub2005.html @@ -5,7 +5,7 @@ Firepup650 - PikachuB2005 - + diff --git a/public/pages/users/youngchief.html b/public/pages/users/youngchief.html index a20f66b..fa67d68 100644 --- a/public/pages/users/youngchief.html +++ b/public/pages/users/youngchief.html @@ -5,7 +5,7 @@ Firepup650 - Youngchief - + diff --git a/public/pages/visits.html b/public/pages/visits.html index c70012f..c0cef16 100644 --- a/public/pages/visits.html +++ b/public/pages/visits.html @@ -5,7 +5,7 @@ Firepup650 - Website Visits - +