potatis/nes-wasm/www/index.html
Henrik Persson 90852a6e7e WASM!
2022-10-04 14:29:38 +02:00

12 lines
No EOL
310 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Potatis</title>
<script type="module" src="index.js"></script>
</head>
<body>
<input type="file" id="file" />
<canvas width="256" height="240" style="border: 1px solid black" id="c"></canvas>
</body>
</html>