pruned security vulnerabilities and added mail route

This commit is contained in:
2020-03-31 14:57:20 +02:00
parent 492b4ceee5
commit dcb81052fa
15 changed files with 1182 additions and 240 deletions

View File

@@ -1,3 +1,14 @@
body{
background-color: blue;
background-color: #94efef;
color: #000000;
text-align: center;
margin: 0 20% 0 20%;
padding: 10%;
}
form {
border: 3px solid #00ff21;
}
.input{
margin: 15px;
}