summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index acc5efd..a1b28ec 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,7 @@
<html lang="en" class="loading">
<head>
<title>
- neural
+ spawn.cortex
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
@@ -11,6 +11,7 @@
</head>
<body>
<div id="container"></div>
+<script src="/socket.io/socket.io.js"></script>
<script>
var s = document.createElement('script');
s.setAttribute('src','bundle.js?' + Date.now());