19 lines
754 B
HTML
19 lines
754 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>System64.dev - 429 Ratelimited</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>429 - Too Many Requests</h1>
|
|
<p>Woah there now, pardner! Chill down, 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> |