summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-23 18:01:33 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-23 18:01:33 (GMT)
commitef99a657ec87ae100f3a4c2a2ac9e594cebc051a (patch)
tree3ecf04c6ec3c08a53a775a62691f75240b1c7063 /www/index.html
inital commit
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..7a55666
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Radio Helsinki - Automation Status/Export</title>
+ <meta charset="utf-8">
+ <meta name="author" content="Christian Pointner <equinox@helsinki.at>">
+
+ <link rel="shortcut icon" href="/img/favicon.ico" />
+ <link href="/styles/main.css" rel="stylesheet">
+ <script src="/js/clock.js"></script>
+ </head>
+ <body>
+ <h1>Radio Helsinki - Automation Status</h1>
+ <div id="container">
+ <img src="/img/helsinki.png" alt="Radio Helsinki Logo" />
+ <h1>Radio Helsinki - Automation Status</h1>
+
+ <div id="clock">
+ <span class="current-week"></span>
+ <span class="clock-date"></span>
+ <span class="clock-time"></span>
+ </div>
+ </div>
+
+ <script type="text/javascript">
+ clock_init();
+ drawClock('Do, 1.1.1970', '00:00:00', 0);
+ clock_add_callback(drawClock);
+ </script>
+
+ </body>
+</html>