-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
33 lines (33 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<script type="text/javascript" src="scripts/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="scripts/services.js"></script>
<script type="text/javascript" src="scripts/library.js"></script>
<script type="text/javascript" src="scripts/popup.js"></script>
</head>
<body class="popup">
<div class="popup">
<div id="list">
<div id="listhelper"></div>
<ul class="popup"></ul>
</div>
<div id="main">
<div id="input">
<input class="popup"></input>
</div>
<button class="popup"></button>
<div id="sharers"></div>
<div id="anothers">
<div id="another_url">
< <a href="#"></a>
</div>
<div id="another_service">
< <a href="#"></a>
</div>
</div>
</div>
</div>
</body>
</html>