webgl/public/index.html

11 lines
255 B
HTML
Raw Permalink Normal View History

2023-01-18 14:30:41 +00:00
<!DOCTYPE html>
<html lang="en">
2023-01-19 03:43:02 +00:00
<head>
<meta charset="UTF-8">
<title>welgl</title>
<script type="module" src="gl/gl.js"></script>
</head>
<body>
2023-01-19 19:34:13 +00:00
<script type="module" src="cube.js"></script>
2023-01-19 03:43:02 +00:00
</body>
2023-01-18 14:30:41 +00:00
</html>