firepup-site/public/pages/forbidden.html

18 lines
681 B
HTML
Raw Permalink Normal View History

2023-10-01 23:39:12 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - You shouldn't be here.</title>
2024-04-27 02:56:26 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
2023-10-02 01:28:54 +00:00
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/hide"></script> -->
2023-10-01 23:39:12 +00:00
</head>
<body>
<h5 hidden id='Maintenance' class=center></h5>
<h4 class="center rainbow">You shouldn't be here.</h4>
<script src="/script.js"></script>
2023-10-01 23:39:12 +00:00
</body>
</html>