aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2019-07-17 23:23:52 -0600
committerAdam Hovorka <[email protected]>2019-07-17 23:23:52 -0600
commit1216a517b7f725c787609db453eaa48f99c92918 (patch)
tree16c53c5c008d94217d35306891dcb0634c0b63b5 /public/index.html
parent4f858ebf3206431447177c977533d18dbea6dca9 (diff)
Flesh out the WebSocket system with some amenities
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index c3828a5..a5892c1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,6 +11,7 @@
<body>
<h1>nomicvote</h1>
+ <script src="sock.js"></script>
<script src="main.js"></script>
</body>
</html>