claygl/example/cubes.html
2022-04-30 22:37:34 +08:00

11 lines
330 B
HTML

<html>
<head>
<meta charset="utf-8" />
</head>
<body style="margin: 0px; background-color: #20242b">
<canvas width="1200" height="640" id="main"></canvas>
<div id="time" style="position: absolute; left: 10px; top: 10px; color: white"></div>
<script type="module" src="./cubes.ts"></script>
</body>
</html>