From d03fa3bd28b85e8dcdd55b5ab1c06b67d78ee3dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EB=B0=B0=EC=B0=AC=ED=9D=AC?= <cksgml3604@ajou.ac.kr>
Date: Sat, 4 Jun 2022 05:14:40 +0000
Subject: [PATCH] Upload html file

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

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ae6bafe
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>test app for ble connection</title>
+    </head>
+    
+    <body onload="main()">
+        <script src="control.js"></script>
+        <script type="text/javascript" src="gl-matrix.js"></script>
+        
+        <button onclick="leftScanning()">left scan</button>
+        <button onclick="rightScanning()">right scan</button>
+        <button onclick="modeRelese()">mode -1</button>  
+        <button onclick="reset()">reset</button>  
+        <br>
+        <canvas id="helloapicanvas" style="border: none;" width="1280" height="720"></canvas>
+        
+    </body>
+</html>
\ No newline at end of file
-- 
GitLab