mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
first poc for a web runtime
This commit is contained in:
13
web/src/index.html
Normal file
13
web/src/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<title>MicroW8</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="screen" width="320" height="256" />
|
||||
<script type="module">
|
||||
import "./main.js";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user