diff options
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> |