22 lines
689 B
HTML
22 lines
689 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>Home | Polaris</title>
|
|
</head>
|
|
<body>
|
|
<div class="content" style="margin: 1vh;">
|
|
<iframe src="https://skoolv3.vercel.app" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' style=""></iframe>
|
|
</div>
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
</body>
|
|
</html>
|
|
|