firepup-site/public/pages/error-debug.html

24 lines
934 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - Error Debugging</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/construction"></script> -->
</head>
<body>
<h5 hidden id='Maintenance' class="center"></h5>
<span class="center">
<h5 id='Construction' class="force-color">Error Debugging</h5>
<a href="/cause-error-500" class="cyan">Error 500</a>
<br/>
<a href="/cause-error-404" class="cyan">Error 404</a>
<br/>
<a href="/cause-error-403" class="cyan">Error 403</a>
</span>
<script src="/script.js"></script>
</body>
</html>