-
Notifications
You must be signed in to change notification settings - Fork 0
/
notification.html
30 lines (27 loc) · 1021 Bytes
/
notification.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
<!DOCTYPE html>
<html>
<head>
<title> </title>
<link rel="stylesheet" href="styles/notification.css" type="text/css" />
</head>
<body>
<div>
<h1> </h1>
<div>
<ul id="alerts">
</ul>
</div>
</div>
<div style="display:none;">
<audio id="audioNotif" src="audio/claxon.ogg" data-bind-val="notificationsSoundVolume" data-bind-elm-prop="volume"></audio>
</div>
<script type="text/javascript" src="js/jquery-1.8.2.min.js" ></script>
<script type="text/javascript" src="js/underscore-min.js" ></script>
<script type="text/javascript" src="js/underscore.string.min.js" ></script>
<script type="text/javascript" src="js/moment.min.js" ></script>
<script type="text/javascript" src="js/moment-lang/es.js" ></script>
<script type="text/javascript" src="js/common.js" ></script>
<script type="text/javascript" src="js/notifications-app.js" ></script>
<script type="text/javascript" src="js/init-notification.js" ></script>
</body>
</html>