-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathoptions.html
More file actions
26 lines (25 loc) · 890 Bytes
/
options.html
File metadata and controls
26 lines (25 loc) · 890 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
<h2>Options</h2>
<form>
<fieldset>
<div class="form-group">
<label for="options_width">Width</label>
<input type="number" class="form-control" id="options_width">
</div>
<div class="form-group">
<label for="options_height">Height</label>
<input type="number" class="form-control" id="options_height">
</div>
<div class="form-group">
<label for="options_offset">Music offset (ms)</label>
<input type="number" class="form-control" id="options_offset">
</div>
<div class="form-group">
<label for="options_key_x">Click key 1:</label>
<input type="text" maxlength="0" class="form-control" id="options_key_x">
</div>
<div class="form-group">
<label for="options_key_z">Click key 2:</label>
<input type="text" maxlength="0" class="form-control" id="options_key_z">
</div>
</fieldset>
</form>