diff options
author | Joris | 2016-03-21 21:49:29 +0100 |
---|---|---|
committer | Joris | 2016-03-21 21:49:29 +0100 |
commit | cda08750ac7cdd83e73c1110800bea39928ffed9 (patch) | |
tree | c92d1b49d1f6b1e8067b2ae0c27fe073ad32c41b /public/index.html | |
parent | 86ffcb49d24d1a42b7fbb69eafa05c932b220efe (diff) |
Use public directory
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6155f3c --- /dev/null +++ b/public/index.html @@ -0,0 +1,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> |