Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoptions.html
More file actions
Latest commit
42 lines (38 loc) · 1.5 KB
/
Copy pathoptions.html
File metadata and controls
42 lines (38 loc) · 1.5 KB
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
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
<title>StackExchange Notifications setup</title>
<linkrel="icon" type="image/png" href="../images/icon.png">
<linkrel="stylesheet" type="text/css" href="../css/global.css">
<linkrel="stylesheet" type="text/css" href="../css/setup.css">
<linkrel="stylesheet" type="text/css" href="../css/switch.css">
<linkrel="stylesheet" type="text/css" href="../css/options.css">
<linkrel="stylesheet" type="text/css" href="../css/animate.css">
<linkrel="stylesheet" type="text/css" href="../css/dialog.css">
</head>
<body>
<h1class="setup-header">
<spanclass="ico"></span> Settings
</h1>
<divid="setup-inner"></div>
<pid="version"></p>
<divclass="dialog hide">
<divclass="modal">
<divclass="content"></div>
<divclass="act alert hide">
<button>Ok</button>
</div>
<divclass="act confirm hide">
<button>Confirm</button>
<button>Cancel</button>
</div>
</div>
</div>
<scripttype="text/javascript" src="../js/stackexchangenotifications.js"></script>
<scripttype="text/javascript" src="../js/extends.js"></script>
<scripttype="text/javascript" src="../js/main.js"></script>
<scripttype="text/javascript" src="../js/dialog.js"></script>
</body>
</html>