Init-conflicts

This commit is contained in:
Firepup Sixfifty 2023-10-09 13:04:58 -05:00
parent 7a0ad54639
commit ad18db030a
5 changed files with 57 additions and 2135 deletions

18
public/errors/502.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 502 Error</title>
<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>
<body>
<h1 class="center warning">502 Server Offline</h1>
<p class="center warning">Whoops! Looks like the webserver is down.</p>
<p class="center warning">It's probably just brief maintenance, try refreshing.</p>
<script src="/footer.js"></script>
</body>
</html>