diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 16:03:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 16:03:57 +0200 |
| commit | 109be6a61117844d1156f07fa2c54c62d410a56d (patch) | |
| tree | 373a8da2ee44a5c6929c528dfdbe4acf613f55ce /public/index.html | |
| parent | 20ac24f66da37cc011e2459c5a347a7083c3272c (diff) | |
relaying my blob from python to browser
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 bea6e33..9f851c2 100644 --- a/public/index.html +++ b/public/index.html @@ -13,9 +13,10 @@ <div id="container"></div> </body> <script src="/socket.io/socket.io.js"></script> +<script src="/assets/js/vendor/socket.io-stream.js"></script> <script> var s = document.createElement('script'); - s.setAttribute('src','bundle.js?' + Date.now()); + s.setAttribute('src','assets/js/app.js?' + Date.now()); document.body.appendChild(s) </script> </html>
\ No newline at end of file |
