Files
2023-12-31 10:51:47 -07:00

33 lines
753 B
HTML

<!--WIP-->
<!DOCTYPE html>
<html lang="en">
<head>
<!--el:meta-->
<!--el:adtop-->
<!--el:analytics-->
<link rel="stylesheet" href="/assets/css/main.css">
<title>Server Downtime | Polaris</title>
</head>
<body>
<!--el:navbar-->
<!--el:sidebar-->
<div class="container centered">
<h1 style="font-size: 50px;">Oh no!</h1>
<p>
We slipped up! Polaris's servers are currently down and we are working hard to fix them!
<br>
For more information on the downtime join our <a href="https://discord.gg/skool-community-950407933408198717" target="_blank" class="link">discord server</a>.
</p>
</div>
<!--el:{{mode === 'dev'}}:development-->
</body>
</html>