|
@ -14,6 +14,20 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin: 0px; |
|
|
margin: 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
#overlay { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
width: 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 { |
|
|
#terminal { |
|
|
display: block; |
|
|
display: block; |
|
|
position: relative; |
|
|
position: relative; |
|
@ -24,6 +38,7 @@ |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body> |
|
|
<body> |
|
|
|
|
|
<div id="overlay"><input type="button" onclick="javascript:location.reload();" value="reconnect" /></div> |
|
|
<div id="terminal"></div> |
|
|
<div id="terminal"></div> |
|
|
</body> |
|
|
</body> |
|
|
|
|
|
|
|
|