Initial commit

This commit is contained in:
abrendan
2023-11-30 14:15:19 +00:00
commit e4599df811
5457 changed files with 500139 additions and 0 deletions

32
html/style.css Normal file
View File

@@ -0,0 +1,32 @@
body{
background: #000000;
color: #ff0000;
font-family: 'Segoe UI';
}
label{
width: 5%;
display: inline-block;
text-align: right;
}
input{
background: #aa0000;
color: #000000;
font-size: 120%;
border: none;
}
.Message{
color: #b30000;
}
#Main{
background: #000000;
border-radius: 1%;
padding-left: 1%;
}
#Title{
font-size: 300%;
}