Mirai's Miscellaneous Misadventures

M13 / index.html

<!doctype html>
<html lang="en">
<meta charset="utf-8">

<title>Mirai’s Miscellaneous Misadventures</title>

<style>

html { touch-action: manipulation; }
body { margin: 0; background: #000; }
html, body { height: 100%; display: grid; }
canvas {
	width: 100%; height: 100%;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	object-fit: contain;
}

</style>

<script type="module" src="main.js"></script>

<canvas></canvas>