1
0
silverbullet/plugos/environments/iframe_sandbox.html

9 lines
125 B
HTML
Raw Normal View History

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