forked from pocketnetteam/pocketnet.gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotifications.html
33 lines (29 loc) · 842 Bytes
/
notifications.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>
<meta charset="utf-8">
<link rel="stylesheet" href="css/normalize.css?v=136">
<link rel="stylesheet" href="css/elnotifications.css">
<link rel="stylesheet" href="fontawesome/css/all.css">
</head>
<body id="application" class="menu-hide">
<div class="cnt">
</div>
<div class="appc">
<!--<div class="icon">
<img src="img/logo201.png">
</div>-->
<div class="aitm">
<div class="item table sitename">
<div class="icon">
<img src="img/logo201.png">
</div>
<div class="label">
<div>POCKETNET</div>
</div>
</div>
</div>
</div>
<script src="js/elnotifications.js"></script>
</body>
</html>