18 lines
637 B
HTML
18 lines
637 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/error_glitch.webp" alt="Glitched looking Warning icon">
|
|
<h1>429 - Too many requests</h1>
|
|
<p>Chill down there pardner! You're being ratelimited!</p>
|
|
<p class="tiny">Ratelimits don't last very long, Check back later.</p>
|
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |