-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
61 lines (49 loc) · 1.64 KB
/
index2.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
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<link rel = "stylesheet" type = "text/css" href = "https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css" />
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
Tone.js Demo
</h1>
<h2 class="subtitle">
</h2>
</div>
</div>
</section>
<center>
<body>
<div class="first">
<input type="checkbox" id="1">
<input type="checkbox" id="1">
<input type="checkbox" id="1">
<input type="checkbox" id="1">
<input type="checkbox" id="1">
<input type="checkbox" id="1">
</div>
<div class="second">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
</div>
<div class="third">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
</div>
<div class="button" id="start">start</div>
<div class="button" id="stop">stop</div>
<!--div class="button is-info" id="test">test</div-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css"></script>
<script src="./index-script.ts"></script>
</body>
</center>
</html>