aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 6155f3ced971ac013c170315eade0c77054f270e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype HTML>

<html>

  <head>
    <title>cAtchVoid</title>
    <meta charset="utf-8">
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="client.js"></script>
  </head>

  <body>
  </body>

  <script>
    Elm.fullscreen(Elm.Main, {
      initialTime: new Date().getTime()
    });
  </script>

</html>