webgl/public/index.html
Tyler Murphy 56ad7214c6 rename
2023-01-19 14:34:13 -05:00

11 lines
No EOL
255 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>welgl</title>
<script type="module" src="gl/gl.js"></script>
</head>
<body>
<script type="module" src="cube.js"></script>
</body>
</html>