fully made the command sending and receiving system (hopefully))

This commit is contained in:
valentijn
2024-01-17 12:18:45 +01:00
parent b039d85207
commit 2e965ae6a7
2 changed files with 99 additions and 31 deletions

View File

@@ -74,4 +74,14 @@
font-size: 16px;
font-family: "Source Code Pro", monospace;
color: white;
}
.responseText {
font-size: 16px;
margin-left: 5px;
background: none;
outline:none;
border: none;
font-family: "Source Code Pro", monospace;
color: white;
}