diff --git a/Lab08/index.html b/Lab08/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..1abae888c9a7d07fd49c1340e957c93292c8db17
--- /dev/null
+++ b/Lab08/index.html
@@ -0,0 +1,24 @@
+<html>
+
+<head>
+<title>WebGL1.0 Tutorial Lab08</title>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+<script type="text/javascript" src="gl-matrix.js"> </script>
+<script type="text/javascript" src="T07.js"> </script>
+
+</head>
+
+<body onload="main()">
+    <canvas id="helloapicanvas" style="border: none;" width="600" height="600"></canvas>
+	
+	<br/> <br/>
+<button onclick="toggleAnimation()">Toggle Animation</button>
+<button onclick="speed_plus()"> + </button>
+<button onclick="speed_minus()"> - </button>
+<button onclick="draw_mode_line()"> Lines </button>
+<button onclick="draw_mode_triangle()"> Triangles </button>
+<button onclick="draw_mode_point()"> Points </button>
+
+</body>
+
+</html>