summaryrefslogtreecommitdiff
path: root/www/todo.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-14 01:37:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-14 01:37:33 (GMT)
commit39e95df6f4a2677bb0023c1b787c7cef0ebaee25 (patch)
treef1fd5ec255db14a716e1b25bef7ce192accb4c03 /www/todo.html
parent193d1e4d2e408ef00d8ff900e2022d2a04afa1c9 (diff)
added todo app
Diffstat (limited to 'www/todo.html')
-rw-r--r--www/todo.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/todo.html b/www/todo.html
new file mode 100644
index 0000000..8479c98
--- /dev/null
+++ b/www/todo.html
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Coming Up next on Radio Helsinki</title>
+ <meta charset="utf-8">
+ <meta name="author" content="Christian Pointner <equinox@helsinki.at>">
+
+ <link rel="shortcut icon" href="/img/favicon.ico" />
+ <link href="/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+ <link href="/styles/common.css" rel="stylesheet">
+ <link href="/styles/todo.css" rel="stylesheet">
+ <script src="/javascript/jquery/jquery.min.js"></script>
+ <script src="/js/utils.js"></script>
+ <script src="/js/todo.js"></script>
+ </head>
+ <body>
+ <div id="container">
+ <div id="header">
+ <div class="date">--.--.----</div>
+ <div id="control">
+ </div>
+ </div>
+
+ <div id="shows">
+ </div>
+ </div>
+
+ <script type="text/javascript">
+ todo_init();
+ </script>
+
+ </body>
+</html>