From 855987a37fd924785c47a2bd7afdf36f01f73673 Mon Sep 17 00:00:00 2001
From: jjungyeun <wjddusdl11@ajou.ac.kr>
Date: Sun, 28 Apr 2019 17:20:03 +0900
Subject: [PATCH] file upload

---
 index.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b0dd461
--- /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>
-- 
GitLab