summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html
index 04817a1..c2bac46 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,21 +1,23 @@
<!doctype html>
-<html lang="en" class="loading">
+<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">
+ <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>
+ <div id='container'></div>
</body>
-<script src="/socket.io/socket.io.js"></script>
+
+<script src='/socket.io/socket.io.js'></script>
<script>
var s = document.createElement('script');
- s.setAttribute('src','assets/js/app.js?' + Date.now());
+ s.setAttribute('src','bundle.js?' + Date.now());
document.body.appendChild(s)
</script>
</html> \ No newline at end of file