diff --git a/Lab07/index.html b/Lab07/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e850e411014de3deb8230061230d9c1fbf0ecab2 --- /dev/null +++ b/Lab07/index.html @@ -0,0 +1,17 @@ +<html> + +<head> +<title>WebGL 1.0 Tutorial 05 Shader Programming</title> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> + +<script type="text/javascript" src="T05.js"> +</script> + + +</head> + +<body onload="main()"> + <canvas id="helloapicanvas" style="border: none;" width="800" height="600"></canvas> +</body> + +</html>