20 lines
962 B
HTML
20 lines
962 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>System64.dev - Service Unavailable</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/error_glitch.webp" alt="Glitched looking Warning icon">
|
|
<h1>503 - Service Unavailable</h1>
|
|
<p>The server is not ready to process this request at this time.</p>
|
|
<p class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>
|
|
<p class="tiny">If this page keeps appearing, please 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> |