Files
Polaris/static/assets/misc/serverdown.html
T
2023-10-30 14:19:25 -04:00

27 lines
923 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/main.css">
<title>502 Error | Polaris</title>
</head>
<body>
<div class="content box">
<h1 style="font-size: 50px;">Pardon our code</h1>
<p>We are working on improving Polaris and the site will be back up as soon as possible. Check our Discord for updates.</p>
<button><a href="https://dsc.gg/skoolworld" id="cheatsBtn">
<btn class="recent">Join our Discord</btn>
</a>
</button>
</div>
<script src="/assets/js/main.js" type="module"></script>
</body>
</html>