-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
53 lines (46 loc) · 1.34 KB
/
options.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
<!doctype html>
<html>
<head>
<title>Drop-pings</title>
<link href="pink.css" rel="stylesheet" type="text/css">
<script src="options.js"></script>
</head>
<body>
<h1>
<img src="icon.png" alt="Dropping">
// Drop-pings v2.0
</h1></br>
<h2>Options</h2>
<form id="options">
<input type="checkbox" name="isActivated" checked>
Show me droppings every:
<select name="frequency">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>10</option>
<option>15</option>
<option>20</option>
<option>25</option>
<option>30</option>
</select></br>
minute(s)</br>
</form></br></br></br>
<h2>Categories</h2>
<form id="categories">
<input type="checkbox" name="itp">ITP<br>
<input type="checkbox" name="life">Life<br>
<input type="checkbox" name="people">People<br>
<input type="checkbox" name="sex">Sex<br>
<input type="checkbox" name="tech">Tech<br>
<input type="checkbox" name="things">Things<br>
<input type="checkbox" name="work">Work<br>
</form></br></br></br>
<h2>Roulette</h2>
<form id="crowdsource" class="pure-form">
<input type="checkbox" name="roulette">Roulette<br>
</form>
</body>
</html>