add some more polish to web runner

This commit is contained in:
2022-02-20 23:54:28 +01:00
parent c56196bd2e
commit 90467f7c5b
5 changed files with 63 additions and 2 deletions

View File

@@ -3,10 +3,14 @@
<head>
<meta charset="utf8" />
<title>uw8-run</title>
<style>
@import "run-web.css";
</style>
</head>
<body>
<canvas id="screen" width="320" height="240">
<canvas id="screen" width="320" height="240" tabindex="1">
</canvas>
<div id="message"></div>
</body>
<script type="module">
import "./run-web.js";