Moved public files to separate folder and added .env

This commit is contained in:
2021-03-23 03:02:00 +03:00
parent aadfd0708b
commit c5819a4f74
6 changed files with 218 additions and 15 deletions

14
public/style.css Normal file
View File

@@ -0,0 +1,14 @@
* {
text-align: center;
font-family: 'Courier New', Courier, monospace;
}
span.input_row {
display: flex;
justify-content: space-between;
}
form {
width: 30%;
margin: auto;
}