oh-my-git/web/web-shell/index.html
2023-09-07 17:46:58 +02:00

9 lines
176 B
HTML

<script src="./lib/libv86.js"></script>
<script src="./script.js"></script>
<script>
;(async () => {
await boot()
console.log("Booted!")
})()
</script>