Spaces:
Runtime error
Runtime error
File size: 363 Bytes
a86df80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!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>
|