firepup-site/public/errors/403.ejs
2023-10-01 21:28:54 -04:00

24 lines
No EOL
1.1 KiB
Text

<!DOCTYPE html>
<html>
<head>
<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" />
<!-- <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>
<body>
<h1 class="center warning">403 Forbidden</h1>
<% if (typeof message !== 'undefined') { %>
<h2 class="center warning">Error message:</h2>
<p class="center warning"><%= message %></p>
<% } 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="https://replit.com/public/js/replit-badge.js" theme="teal" defer></script>
<!-- ^ Replit's badge thing -->
</body>
</html>