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