-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsp.html
32 lines (30 loc) · 1.27 KB
/
sp.html
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
27
28
29
30
31
32
<html>
<head>
<title>Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<script src="./js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="./js/jquery.mobile-1.4.2.min.js" type="text/javascript"></script>
<script src="./js/sdk/dconnectsdk-1.0.1.js" type="text/javascript"></script>
<script src="./sp.js" type="text/javascript"></script>
<link href="./css/jquery.mobile-1.4.2.min.css" rel="stylesheet" />
<style type="text/css"><!--
.ui-btn {
width: 200px !important;
font-size: 16pt;
color: #000;
}
--></style>
</head>
<body onload="init();">
<div style="padding-top:12pt; background-color:#28b2f1; width:100%; height:1000px; text-align:center;">
<center style="color:#fff; font-size: 16pt">
<b>Sphero:</b><br><select id="selectSphero" name="spheros"></select><br>
<b>Pebble:</b><br><select id="selectPebble" name="pebbles"></select><br>
<br>
<input id="btnConnect" type="button" class="ui-btn" value="Start" data-role="button" />
<input id="btnDisconnect" type="button" class="ui-btn" value="Stop" data-role="button" />
</center>
</div>
</body>
</html>