webgl/public/index.html
Tyler Murphy 30cf48cd70 cube
2023-01-18 22:43:02 -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="test.js"></script>
</body>
</html>