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