diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 19:18:48 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 19:18:48 +0200 |
| commit | 3d3a7b80d34c100846c8ae130b424b63ba3c0784 (patch) | |
| tree | 83ba690e72c353b16a3b78c95c2b77ff4c5eee39 /public/index.html | |
| parent | b89147ecd38b0f95a2e4917aba7f44bf3bb70327 (diff) | |
socket io communication
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 3 |
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()); |
