Update '12/shell.html'

master
tisa 4 years ago
parent f5164f612d
commit 153c74a35d

@ -5,16 +5,19 @@
<title>shell</title>
<style>
body {
background: #888;
background: blue;
}
body.connected {
background: none;
}
#shell {
white-space: pre-wrap;
height: 100%;
width: 100%;
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
font-family: monospace;
color: white;
font-size: 14px;

Loading…
Cancel
Save