mirror of
https://github.com/pissang/claygl.git
synced 2026-01-18 16:22:29 +00:00
11 lines
294 B
HTML
11 lines
294 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body style="margin: 0px">
|
|
<canvas width="1200" height="640" id="Main"></canvas>
|
|
<div id="time" style="position: absolute; left: 10px; top: 10px"></div>
|
|
<script type="module" src="./updateperf.ts"></script>
|
|
</body>
|
|
</html>
|