1
Fork 0
simplesailing/front/index.html
2023-09-13 01:49:33 -05:00

12 lines
239 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="module" src="index.js">
</script>
<link rel="stylesheet" href="style.css">
</head>
<body id="body">
<canvas id="window"></canvas>
</body>
</html>