mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
782991c356
Using zmodem (rz and sz commands from lrzsz) you can now send and receive files.
20 lines
337 B
CSS
20 lines
337 B
CSS
html, body, #terminal {
|
|
background: black;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 0%;
|
|
margin: 0%;
|
|
}
|
|
|
|
.fileDialog {
|
|
position: fixed;
|
|
top: 40%;
|
|
left: 40%;
|
|
background-color: lightgray;
|
|
padding: 20px;
|
|
border: 10px;
|
|
border-color: red;
|
|
border-width: medium;
|
|
display: none;
|
|
z-index: 5;
|
|
} |