mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-20 17:03:09 +02:00
Start working on refactoring web-shell
This commit is contained in:
parent
8362b9d9b2
commit
4b758e6bca
4 changed files with 93 additions and 56 deletions
web/web-shell
8
web/web-shell/index.html
Normal file
8
web/web-shell/index.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script src="./lib/libv86.js"></script>
|
||||
<script src="./script.js"></script>
|
||||
<script>
|
||||
;(async () => {
|
||||
await boot()
|
||||
console.log("Booted!")
|
||||
})()
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue