aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>