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 - 403 Error</title>
|
2023-10-02 02:21:42 +00:00
|
|
|
<link href="/ejsstyle.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/403error"></script> -->
|
2023-10-01 23:39:12 +00:00
|
|
|
</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>
|
|
|
|
<% } %>
|
2023-10-02 02:21:42 +00:00
|
|
|
<script src="/footer.js"></script>
|
2023-10-01 23:39:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|