1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 08:40:10 +02:00
Files
php-web-maker/preview/preview.htm
Kushagra Gour dce8c02f03 changing preview.html -> .hmt
because cloudflare is redirecting preview.html to /preview
this is causing a redirect
2024-05-08 17:40:52 +05:30

23 lines
282 B
HTML

<style>
body {
margin: 0;
}
#demo-frame {
border: 0;
width: 100%;
background: white;
height: 100%;
}
</style>
<body>
<iframe
src="about://blank"
frameborder="0"
id="demo-frame"
allowfullscreen
></iframe>
<script src="detached-window.js"></script>
</body>