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