55 lines
2.1 KiB
HTML
55 lines
2.1 KiB
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">
|
|
<meta name="6f9c120da628a61af2a67d51a1785baa69240b33" content="6f9c120da628a61af2a67d51a1785baa69240b33" />
|
|
<script src="https://cdn.counter.dev/script.js" data-id="b0b2d4b2-daca-47e1-9287-b9e649b3dcd2" data-utcoffset="-5"></script>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9661054437111080" crossorigin="anonymous"></script>
|
|
|
|
<title>Home | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="welcome" id="welcome">Welcome to <span class="blue">Polaris!</span></h1>
|
|
<div style="display: flex; justify-content: space-between;">
|
|
<div class="featuredcontainer">
|
|
<div class="featuredtopbar">
|
|
<b style="font-size: 5vh;">Featured Game</b>
|
|
</div>
|
|
|
|
<div>
|
|
<img class="featuredimg" loading="eager" data-link="true" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mainpage-text">
|
|
<h1>Polaris</h1>
|
|
<p>By Skool</p>
|
|
<a href="https://dsc.gg/skoolworld ">
|
|
<button>Join our Discord Server</button>
|
|
</a>
|
|
<br><br>
|
|
<hr>
|
|
<h2>Changelog</h2>
|
|
<div id="changelog"></div>
|
|
</div>
|
|
</div>
|
|
<br><br>
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
|
|
new Crate({
|
|
server: '950407933408198717', // Skool Community
|
|
channel: '1163643416400384040', // #beta-uv-chat
|
|
css: '.notifications { display: none }'
|
|
})
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|