Start working on refactoring web-shell

This commit is contained in:
blinry 2023-09-07 17:46:58 +02:00
parent 8362b9d9b2
commit 4b758e6bca
4 changed files with 93 additions and 56 deletions
web/web-shell

8
web/web-shell/index.html Normal file
View file

@ -0,0 +1,8 @@
<script src="./lib/libv86.js"></script>
<script src="./script.js"></script>
<script>
;(async () => {
await boot()
console.log("Booted!")
})()
</script>