34 lines
794 B
HTML
34 lines
794 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!--el:meta-->
|
|
<!--el:adtop-->
|
|
<!--el:analytics-->
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|
|
|
<title>404 Error | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!--el:navbar-->
|
|
<!--el:sidebar-->
|
|
|
|
<div class="container centered">
|
|
<h1 style="font-size: 50px;">404</h1>
|
|
|
|
<p>
|
|
Looks you found a page that does not exist! Try checking your url for spelling mistakes.
|
|
<br>
|
|
<br>
|
|
Or, you can report it in our <a href="https://discord.gg/skool-community-950407933408198717" target="_blank" class="link">discord server</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
|
|
<!--el:{{mode === 'dev'}}:development-->
|
|
</body>
|
|
|
|
</html> |