aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoris2016-03-21 21:49:29 +0100
committerJoris2016-03-21 21:49:29 +0100
commitcda08750ac7cdd83e73c1110800bea39928ffed9 (patch)
treec92d1b49d1f6b1e8067b2ae0c27fe073ad32c41b /index.html
parent86ffcb49d24d1a42b7fbb69eafa05c932b220efe (diff)
downloadcatchvoid-cda08750ac7cdd83e73c1110800bea39928ffed9.tar.gz
catchvoid-cda08750ac7cdd83e73c1110800bea39928ffed9.tar.bz2
catchvoid-cda08750ac7cdd83e73c1110800bea39928ffed9.zip
Use public directory
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 6155f3c..0000000
--- a/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!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>