-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
42 lines (32 loc) · 930 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
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<head>
<meta charset="ISO-8859-1">
<title>Post In Group</title>
<link rel="stylesheet" type="text/css" href="css/fontello.css">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
<div id="header">
<div class="actions">
<button class="btn">
<i class="icon-facebook" id="share">Post in Group</i>
</button>
<button class="btn btn-settings">
<i class="icon-cog"></i>
</button>
</div>
</div>
<div id="content">
<div id="preloader">
<div class="clock">
<div class="arrow_sec"></div>
<div class="arrow_min"></div>
</div>
</div>
<div class="link">
</div>
</div>
</body>
</html>