system64.dev/err/403.html

18 lines
674 B
HTML
Raw Permalink Normal View History

2023-03-05 12:49:26 -06:00
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - 403 Forbidden</title>
<link rel="stylesheet" type="text/css" href="../styles/err_style.css">
<link rel="stylesheet" type="text/css" href="../styles/button_style.css">
<link rel="icon" type="image/x-icon" href="../img/favicon/err_favicon.png">
</head>
2023-03-05 12:49:26 -06:00
<body>
<div class="container">
<img src="../img/err_icon/fail_glitch.webp" alt="Glitched looking critical icon">
2023-03-05 12:49:26 -06:00
<h1>403 - Access Forbidden.</h1>
<p>You do not have permission to access this page.</p>
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
</div>
</body>
</html>