-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
30 lines (22 loc) · 799 Bytes
/
Copy pathpopup.html
File metadata and controls
30 lines (22 loc) · 799 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
<html>
<head>
<link href="popup.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="popup">
<h1 id="title"></h1>
<h2 id="options"></h2>
<form id="cacheBrowser">
<p><input type="checkbox" id="cache-browser" name="cache-browser" /><label for="cache-browser"><span class="ui"></span><span id="enable_disable"></span></label></p>
<br><br>
<p><input type="checkbox" id="autodetection" name="autodetection" /><label for="autodetection"><span class="ui"></span><span id="auto_detection"></span></label></p>
</form>
<br/></br>
<p class="txtcenter copy">
<span id="infos"></span>
<a id="linkGithub" href="https://github.com/Kureb/Webcache-Browser"></a>
</p>
</div>
<script src="js/settings.js"></script>
</body>
</html>