summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-07 19:18:48 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-07 19:18:48 +0200
commit3d3a7b80d34c100846c8ae130b424b63ba3c0784 (patch)
tree83ba690e72c353b16a3b78c95c2b77ff4c5eee39 /public/index.html
parentb89147ecd38b0f95a2e4917aba7f44bf3bb70327 (diff)
socket io communication
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());