-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.9 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>BEST APP EVER</title>
<script type="text/javascript" src="myo.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="sc1.js"></script>
</head>
<header>
<div id="output">Selected Sample Number</div>
</header>
<body>
<svg height="100" width="100" class="jiklos1" style="display:none">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="blue"/>
</svg>
<svg height="100" width="100" class="jiklos2" style="display:none">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="blue"/>
</svg>
<svg height="100" width="100" class="jiklos3" style="display:none">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="blue"/>
</svg>
<div class="line-separator"></div>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span></br>
<span class="textoui1" id="thestiing">1. Kickloop</span>
<span class="textoui2" id="allagi">2. Bassloop</span>
<span class="textoui3">3. Claploop</span>
<span class="textoui4">4. Synthloop </span>
<span class="textoui5">5. Drop 1 </span>
<span class="textoui6">6. Drop 2</span>
<div class="air">AIR DRUMS</div>
<div class="line-separator"></div>
<img src="PICS/back12.gif" class="i1">
<img src="PICS/back12.gif" class="i2">
<img src="PICS/back12.gif" class="i3">
<div class="line-separator"></div>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<span class="grammoua"> </span>
<input type="button" onclick="myMyo.zeroOrientation();" value="origin" />
</body>
</html>