Files
cubewaves/box.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>