18 lines
632 B
HTML
18 lines
632 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="/err/img/favicon.png">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
|
<h1>400 - Bad Request</h1>
|
|
<p>Your request cannot be processed at this time.</p>
|
|
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</p>
|
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |