1
0
silverbullet/plugbox/environment/iframe_sandbox.html
2022-03-23 15:41:12 +01:00

9 lines
125 B
HTML

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