quadtree-drawer/index.html

11 lines
265 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<head>
<title>quadtree drawer</title>
<link rel="stylesheet" href="style.css"></link>
<script defer type="module" src="js/main.js"></script>
<link rel="icon" href="data:,">
</head>
<body>
<canvas id="canvas" width="512" height="512" />
</body>