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>
This commit is contained in:
9pfs 2023-10-01 22:21:42 -04:00 committed by Firepup650
parent 730ed1116d
commit dfa2ad7288
36 changed files with 1197 additions and 55 deletions

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 403 Error</title>
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
<link href="/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/403error"></script> -->
</head>
@ -17,6 +17,6 @@
<% } else { %>
<p class="center warning">The requested page is forbidden to access on the server.</p>
<% } %>
<script src="https://firepup650.repl.co/footer.js"></script>
<script src="/footer.js"></script>
</body>
</html>

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 404 Error</title>
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
<link href="/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/404error"></script> -->
</head>
@ -17,6 +17,6 @@
<% } else { %>
<p class="center warning">The requested page was not found on the server.</p>
<% } %>
<script src="https://firepup650.repl.co/footer.js"></script>
<script src="/footer.js"></script>
</body>
</html>

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 422 Error</title>
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
<link href="/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 class="center warning">422 Unprocessable Entity</h1>
@ -15,6 +15,6 @@
<% } else { %>
<p class="center warning">The requested url did not match a valid image request format.</p>
<% } %>
<script src="https://firepup650.repl.co/footer.js"></script>
<script src="/footer.js"></script>
</body>
</html>

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 500 Error</title>
<link href="https://firepup650.repl.co/style.css" rel="stylesheet" type="text/css" />
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/500error"></script> -->
</head>
@ -18,6 +18,6 @@
<h2 class="center warning">Stack trace:</h2>
<pre class="center warning"><%= error.stack %></pre>
<% } %>
<script src="https://firepup650.repl.co/footer.js"></script>
<script src="/footer.js"></script>
</body>
</html>