forked from emlyon/blueweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 865 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blue Web</title>
<link rel="shortcut icon" href="icons/favicon.ico">
</head>
<body>
<h1>Blue Web</h1>
<button id="connect">connect</button>
<button id="disconnect">disconnect</button>
<br>
<button id="a" class="cmd" data-cmd="a">a</button>
<button id="b" class="cmd" data-cmd="b">b</button>
<button id="c" class="cmd" data-cmd="c">c</button>
<script src="https://cdn.rawgit.com/c-kick/2d717790aadd3aa86884ee0b07c3119f/raw/66e7176bedadd493f0df4444b770dad43ffa8efa/hnl.mobileConsole.js"></script>
<script src="js/BluetoothTerminal.js"></script>
<script src="js/main.js"></script>
<script src="js/companion.js" data-service-worker="sw.js"></script>
</body>
</html>