Update iframe.html
This commit is contained in:
+3
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user