1
0
Files
silverbullet/packages/plugos/environments/iframe_sandbox.html
T
2022-04-21 13:57:45 +02:00

9 lines
125 B
HTML

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