Update iframe.html

This commit is contained in:
Cobalt-60
2023-07-04 12:43:47 -04:00
committed by GitHub
parent cc3767c847
commit 91df24fc32
+1 -1
View File
@@ -12,7 +12,7 @@
</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="margin: 0 auto;"></iframe>
<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>