-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.html
More file actions
36 lines (27 loc) · 785 Bytes
/
template.html
File metadata and controls
36 lines (27 loc) · 785 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
27
28
29
30
31
32
33
34
35
36
<div class="osc-container">
<div class="dropdown-osc">
<select>
<option>Square</option>
<option>Saw</option>
<option>Triangle</option>
<option selected>Sine</option>
</select>
</div>
<div class="frequency-input">
<input class="freq-field"/>
</div>
<div class="go-button">
<a href="#" class="flat-button flat-button-2">Play</a>
</div>
<input id="checkbox-input-2" class="lock_checkbox" type="checkbox">
<label for="checkbox-input-2" class="input-helper input-helper--checkbox"></label>
<div class="osc-label">
Oscillator type
</div>
<div class="osc-freq">
Note
</div>
<div class="lock-label">
Note Input
</div>
</div>