Initial commit

This commit is contained in:
2024-05-25 21:36:14 +05:00
parent 464057700d
commit d20288cada
17 changed files with 37 additions and 13 deletions

1
views/edit.ejs Normal file → Executable file
View File

@ -1,6 +1,7 @@
<style>
* {
text-align: center;
font-size: 30pt;
}
</style>
<form action="/scripts" method="post">

3
views/inputs.ejs Normal file → Executable file
View File

@ -29,6 +29,9 @@
input {
text-align: center;
}
*{
font-size: 30pt;
}
</style>
<form class="f1" action="/scripts" method="post">
<input type="submit" value="add">

3
views/user.ejs Normal file → Executable file
View File

@ -18,6 +18,9 @@
body{
margin-inline: 50px;
}
*{
font-size: 30pt;
}
ul{
padding: 0px;
margin: 0px;