pixelass's picture
feat: initial prototype
a86df80 unverified
raw
history blame
363 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>fail3</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<canvas id="canvas"></canvas>
<script src="utils.js"></script>
<!-- WEBPACK will inject the bundle.js here -->
</body>
</html>