diff options
Diffstat (limited to 'www/todo.html')
-rw-r--r-- | www/todo.html | 33 |
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> |