first commit

This commit is contained in:
pvvx 2017-04-22 16:54:00 +03:00
commit fa343db334
154 changed files with 18186 additions and 0 deletions

12
WEBFiles/ws2.css Normal file
View file

@ -0,0 +1,12 @@
#consoleLog {
overflow-y: scroll;
width: 480px;
height: 800px;
border: solid 1px #aaaaaa;
background-color: #ffffff;
padding-left: 5px; }
#consoleLog > pre {
margin-top: 0;
margin-bottom: 0; }
#consoleLog > pre:nth-child(even) {
background-color: #fafafa; }