wgpu/index.html
2024-05-27 21:32:40 +12:00

26 lines
498 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>testing</title>
<script src="main.js" type="module" defer></script>
<style>
body {
padding: 0;
margin: 0;
overflow: hidden;
}
#frame_time {
position: absolute;
color: black;
}
</style>
</head>
<body>
<div id="frame_time">0</div>
<canvas id="canvas">
</body>
</html>