feat: initial version of the website (#1)

This commit is contained in:
Patric Stout
2023-11-12 19:00:10 +01:00
committed by GitHub
parent 115659f2ac
commit d674b5cc0a
24 changed files with 4879 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.debug {
background-color: #cdcdcd;
border-radius: 25px;
margin-top: 10px;
padding: 20px 0;
position: relative;
text-align: center;
}
.debugTextArea {
width: 100%;
height: 200px;
}
.debugError {
color: #c84824;
}