9 lines
125 B
HTML
9 lines
125 B
HTML
<html>
|
|
<body>
|
|
<script type="module">
|
|
// Sup yo!
|
|
import "./sandbox_worker";
|
|
</script>
|
|
</body>
|
|
</html>
|