1
0
silverbullet/plugos/environment/iframe_sandbox.html
2022-03-27 11:31:12 +02:00

9 lines
125 B
HTML

<html>
<body>
<script type="module">
// Sup yo!
import "./sandbox_worker";
</script>
</body>
</html>