-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
31 lines (31 loc) · 1.16 KB
/
popup.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="css/icon.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- <form id="form">
<fieldset>
<legend>Checks</legend>
<div class="container">
<div class="row">
<input type="checkbox" name="checkHash" value="hash" id="hash" checked/> <label for="hash" title='href="#"'>Hash</label>
</div>
<div class="row">
<input type="checkbox" name="checkBlank" value="blank" id="blank" checked/> <label for="blank" title='href=""'>Empty</label>
</div>
<div class="row">
<input type="checkbox" name="checkStatusCode" value="blank" id="Status-Code"/> <label for="Status-Code" title='Check HTTP-Status-Code'>Status-Code</label>
</div>
</div>
<button id="inspect"><span class="icon-search">Select a container</span></button>
</fieldset>
</form> -->
<button id="Go"><span>Loop Quest</span></button>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popup.js"></script>
</body>
</html>