-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
28 lines (28 loc) · 976 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/bootstrap-switch.min.css" rel="stylesheet">
<link href="assets/css/ghelper.css" rel="stylesheet">
<link href="assets/css/popup.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="main">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
</div>
</body>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-switch.min.js"></script>
<script src="assets/js/chrome.min.js"></script>
<script src="assets/js/popup.js"></script>
</html>