40 lines
982 B
HTML
40 lines
982 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!--el:meta-->
|
|
<!--el:adtop-->
|
|
<!--el:analytics-->
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|
|
|
<title>Premium | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!--el:navbar-->
|
|
<!--el:sidebar-->
|
|
<br>
|
|
<div class="content">
|
|
<div class="container centered">
|
|
<h1 style="font-size: 6vh; margin: 0;" class="gamesectionheader">Premium</h1>
|
|
<h1 style="font-size: 2vh; margin: 0;" class="gamesectionheader">Coming Soon...</h1>
|
|
<br>
|
|
<p>With a premium membership you will get access to</p>
|
|
<ul style="text-align: left;">
|
|
<li>High speed exclusive servers</li>
|
|
<li>Insider information on future updates</li>
|
|
<li>Early access to new links</li>
|
|
<li>And much more to come</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!--el:discord_widget-->
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
|
|
<!--el:{{mode === 'dev'}}:development-->
|
|
</body>
|
|
|
|
</html>
|