index.html
<!DOCTYPE html>
<html><head>
<meta charset = "UTF-8">
<title>Exercises while learning WebGL</title>
<script src="./index.js"></script>
</script>
</head>
<body>
<canvas id="c"></canvas>
<p>Learning WebGL from <a href="https://webglfundamentals.org/webgl/lessons/webgl-fundamentals.html">https://webglfundamentals.org/webgl/lessons/webgl-fundamentals.html</a></p>
</body>
</html>