diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-23 18:36:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-23 18:36:27 (GMT) |
commit | 0bea85bab40c33908dedfcedcbe8742e15469b34 (patch) | |
tree | 0c282c72f7c8c1725176e0bbfafbdbc5b66f322f /www/index.html | |
parent | ef99a657ec87ae100f3a4c2a2ac9e594cebc051a (diff) |
added missing javascript files
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 7a55666..9042849 100644 --- a/www/index.html +++ b/www/index.html @@ -7,10 +7,11 @@ <link rel="shortcut icon" href="/img/favicon.ico" /> <link href="/styles/main.css" rel="stylesheet"> + <script src="/javascript/jquery/jquery.min.js"></script> + <script src="/js/utils.js"></script> <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> |