summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..bea6e33
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,21 @@
+<!doctype html>
+<html lang="en" class="loading">
+<head>
+ <title>
+ live.cortex
+ </title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link rel="stylesheet" href="/assets/css/css.css">
+</head>
+<body>
+ <div id="container"></div>
+</body>
+<script src="/socket.io/socket.io.js"></script>
+<script>
+ var s = document.createElement('script');
+ s.setAttribute('src','bundle.js?' + Date.now());
+ document.body.appendChild(s)
+</script>
+</html> \ No newline at end of file