18 lines
695 B
HTML
18 lines
695 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>System64.dev - Error</title>
|
|
<link rel="stylesheet" type="text/css" href="/err/styles.css">
|
|
<link rel="icon" type="image/x-icon" href="https://img.system64.dev/web/err_icon">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
|
<h1>503 - Service Unavailable</h1>
|
|
<p>The server is not ready to process this request.</p>
|
|
<p class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>
|
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |