-
Notifications
You must be signed in to change notification settings - Fork 2
/
whatv.html
42 lines (39 loc) · 1.26 KB
/
whatv.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>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WhaTV</title>
<meta name="description" content="A versatile information diffusion system">
<meta name="author" content="Cédric de Saint Martin">
<link rel="stylesheet" href="css/whatv.css" />
<link rel="stylesheet" href="css/quickmessages.css" />
<link rel="stylesheet" href="./common/ambimage/ambimage.css" />
<link rel="stylesheet" href="./common/ambilight/ambilight.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js">
</script>
</head>
<body>
<header>
<div id="logo">
</div>
<div id='date'></div>
</header>
<div id="metacontent"></div>
<footer>
<div id="quick-messages-wrapper">
<div id='quick-messages'>
</div>
</div>
</footer>
<script src="./common/simple-ambimage/ambimage.js"></script>
<script src="./common/ambimage/ambimage.js"></script>
<script src="./common/ambilight/ambilight.js"></script>
<script src="js/timer.js"></script>
<script src="js/quickmessages.js"></script>
<script src="js/util.js"></script>
<script src="js/module.js"></script>
<script src="js/whatv.js"></script>
</body>
</html>