mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-10-29 09:30:18 +00:00
15 lines
288 B
HTML
15 lines
288 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WebGL Box Demo</title>
|
|
</head>
|
|
|
|
<body>
|
|
<canvas id="glcanvas" width="640" height="480"></canvas>
|
|
</body>
|
|
|
|
<script src="/src/gl-matrix.js"></script>
|
|
<script src="/public/box.js"></script>
|
|
</html>
|