19 lines
832 B
HTML
19 lines
832 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>System64.dev - 502 Bad Gateway</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>
|
|
<body>
|
|
<div class="container">
|
|
<img src="../img/err_icon/fail_glitch.webp" alt="Glitched looking critical icon">
|
|
<h1>500 - Bad Gateway</h1>
|
|
<p>The server sent an unexpected response.</p>
|
|
<p class="tiny">This error has been logged, If this keeps happening contact <a href="mailto:ideleted@system64.dev">the webmaster.</a></p>
|
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |