diff --git a/WebGL_02/index.html b/WebGL_02/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..3fb99bc09eb9b4fe28d9102fc68fc86444991042
--- /dev/null
+++ b/WebGL_02/index.html
@@ -0,0 +1,19 @@
+<html>
+
+<head>
+<title>WebGLHelloAPI2</title>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+
+<script type="text/javascript" src="WebGLHelloAPI2.js">
+</script>
+
+
+</head>
+
+<body onload="main()">
+    <canvas id="helloapicanvas" style="border: none;" width="650" height="650"></canvas>
+	
+	<p> Hyun Uk Choi 201721142 </p>
+</body>
+
+</html>