-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
37 lines (36 loc) · 1.13 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
32
33
34
35
36
37
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/fontello.css">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<link rel="stylesheet" type="text/css" href="css/jquery.jscrollpane.css" media="all"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="js/jquery.jscrollpane.js"></script>
<script type="text/javascript" src="js/sha1.js"></script>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
<div id="header">
<div class="actions">
<button class="btn btn-clear none"><i class="icon-clear"></i></button>
</div>
</div>
<div id="nav">
<ul class="menu"></ul>
</div>
<div id="content">
<div id="preloader">
<div class="awd_carousel">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="nofeeds"></div>
</div>
</body>
</html>