Initial commit
This commit is contained in:
1
views/edit.ejs
Normal file → Executable file
1
views/edit.ejs
Normal file → Executable 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
3
views/inputs.ejs
Normal file → Executable 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
3
views/user.ejs
Normal file → Executable file
@ -18,6 +18,9 @@
|
||||
body{
|
||||
margin-inline: 50px;
|
||||
}
|
||||
*{
|
||||
font-size: 30pt;
|
||||
}
|
||||
ul{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
Reference in New Issue
Block a user