index.html
299 Bytes
<html>
<head>
<title> Oh my Gosh </title>
</head>
<body>
<h1>Some WebGL tests</h1>
<hr>
<ul>
<li><a href="square.html">square</a></li>
<li><a href="cube.html">cube</a></li>
<li><a href="texture.html">texture</a></li>
</ul>
<hr>
</body>
</html>
<!-- vim: set ts=4 sw=4: -->