summaryrefslogtreecommitdiff
path: root/www/index.html
blob: 5154cc6884053bd834d86dc6fcaa5c5011e3c528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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="/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="/styles/common.css" rel="stylesheet">
  <link href="/styles/main.css" rel="stylesheet">

  <script src="/javascript/react/react.min.js"></script>
  <script src="/javascript/react/react-dom.min.js"></script>
  <script src="/js/components.js"></script>
  <script src="/javascript/jquery/jquery.min.js"></script>
  <script src="/js/utils.js"></script>
  <script src="/js/clock.js"></script>
 </head>
 <body>
   <div id="container">
     <img src="/img/helsinki.png" alt="Radio Helsinki Logo" />
     <h1>Radio Helsinki - Automation Status</h1>

     <div id="clock"></div>

   </div>
 </body>
</html>