-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
33 lines (30 loc) · 960 Bytes
/
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
32
33
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/normalize.css">
<link href="styles/popup.css" rel="stylesheet">
<!-- endbuild -->
<style>
</style>
</head>
<body>
<ul class="type-list">
<li><a href="" class="j-check" data-type="target">检测target</a></li>
<li><a href="" class="j-check" data-type="href">检测href</a></li>
</ul>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:js scripts/popup.js -->
<script src="scripts/jquery.js"></script>
<script src="scripts/popup.js"></script>
<!-- endbuild -->
</body>
</html>