1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-11 19:44:25 +02:00
Files
php-web-maker/src/preview.html
2023-10-27 14:56:18 +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>