Not sure why there are two index.html files, but...
@ -14,6 +14,20 @@
width: 100%;
margin: 0px;
}
#overlay {
position: absolute;
height: 100%;
background-color: rgba(0,0,0,0.75);;
display: none;
#overlay input {
display: block;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
#terminal {
@ -24,6 +38,7 @@
</head>
<body>
<div id="overlay"><input type="button" onclick="javascript:location.reload();" value="reconnect" /></div>
<div id="terminal"></div>
</body>