-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
45 lines (44 loc) · 999 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>VUT FIT Googly Eyes - Nastavení</title>
</head>
<body>
<h3>Kde všude se mají oči zobrazit</h3>
<label>
<input type="checkbox" id="everywhere">
Všude (<code>*.fit.vutbr.cz</code>)
</label>
<br>
<label>
<input type="checkbox" id="main">
Hlavní web (<code>*.www.fit.vutbr.cz</code>)
</label>
<br>
<label>
<input type="checkbox" id="em">
Stránky Miloše Eysselta (<code>www.fit.vutbr.cz/~eysselt</code>)
</label>
<br>
<label>
<input type="checkbox" id="wis">
WIS (<code>wis.fit.vutbr.cz</code>)
</label>
<br>
<label>
<input type="checkbox" id="merlin">
Stránky na Merlinovi (<code>merlin.fit.vutbr.cz</code>)
</label>
<br>
<label>
<input type="checkbox" id="eva">
Stránky studentů (<code>eva.fit.vutbr.cz</code>)
</label>
<br>
<br>
<button id="save">Uložit</button>
<div id="status"></div>
<script src="options.js"></script>
</body>
</html>