learning-webgl/l1/1.html

4 lines
124 B
HTML

<body onload="webGLStart();">
<canvas id="lesson01-canvas" style="border: none;" width="500" height="500"></canvas>
</body>