forked from ElijahLynn/devtools-redirect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
22 lines (12 loc) · 646 Bytes
/
popup.html
File metadata and controls
22 lines (12 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head><title>Devtools Redirect Popup</title></head>
<link rel="stylesheet" href="resources/bootstrap/css/bootstrap.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="resources/bootstrap/css/bootstrap-responsive.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="popup.css" type="text/css" media="screen" title="no title" charset="utf-8">
<body>
<ul id="list-resources"></ul>
<script src="resources/jquery.js"></script>
<script src="resources/bootstrap/js/bootstrap.js"></script>
<script src="popup.js"></script>
</body>
</html>