Update '12/shell.html'

master
murtaugh 4 years ago
parent 95fc0f49d7
commit fe2f7748cd

@ -28,8 +28,8 @@ body.connected {
</head> </head>
<body> <body>
<p><span id="connections">0</span> active connections</p> <p><span id="connections">0</span> active connections</p>
<div id="shell"></div> <div id="shell">LIVE EVENT OVER -- ARCHIVAL VERSION COMING SOON</div>
<script> <noscript>
var ws_addr = 'wss://'+window.location.host+"/12/pipe/", var ws_addr = 'wss://'+window.location.host+"/12/pipe/",
sock = null, sock = null,
shell = document.getElementById("shell"), shell = document.getElementById("shell"),
@ -86,6 +86,6 @@ var ws_addr = 'wss://'+window.location.host+"/12/pipe/",
connect(); connect();
</script> </noscript>
</body> </body>
</html> </html>
Loading…
Cancel
Save