Update iframe.html

This commit is contained in:
Cobalt-60
2023-07-04 12:40:07 -04:00
committed by GitHub
parent 36aac3aa3c
commit f7d376d67e
+3 -4
View File
@@ -10,13 +10,12 @@
<title>Home | Polaris</title>
</head>
<body>
<div class="content">
<iframe src="https://skoolv3.vercel.app" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"vh";}(this));' style="height:20.5vh;width:100%;margin-left:2vh;margin-right:2vh;"></iframe>
<div class="content" style="margin: 10vh;">
<iframe src="https://skoolv3.vercel.app" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' style="margin: 0 auto;"></iframe>
</div>
<script src="/assets/js/main.js" type="module"></script>
</body>
</html>