2023-03-05 12:49:26 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2023-06-06 17:05:09 -05:00
|
|
|
<head>
|
|
|
|
<title>System64.dev - Error</title>
|
2023-07-31 15:51:31 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/err_style.css">
|
2023-06-06 17:05:09 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/button_style.css"> <!-- Button styling now comes from the button stylesheet for regular pages. -->
|
|
|
|
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
|
|
|
|
<meta content="system64.dev - Error" property="og:title" />
|
|
|
|
<meta content="oopsie poopsie, that's an error!" property="og:description" />
|
|
|
|
<meta content="https://system64.dev" property="og:url" />
|
|
|
|
<meta content="https://system64.dev/img/fail_glitch.webp" property="og:image" />
|
|
|
|
<meta content="#f00202" data-react-helmet="true" name="theme-color" />
|
|
|
|
</head>
|
2023-03-05 12:49:26 -06:00
|
|
|
<body>
|
2023-06-06 17:05:09 -05:00
|
|
|
<div class="container">
|
2023-03-05 12:49:26 -06:00
|
|
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
|
|
|
<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>
|