Update '12/shell.html'

master
murtaugh 4 years ago
parent 95fc0f49d7
commit fe2f7748cd

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