added api page

added login
added api.ejs
added middleware for authorization check
This commit is contained in:
newtbot
2024-01-21 03:58:03 +08:00
parent 32be41ea46
commit d2ad32e6d6
27 changed files with 1229 additions and 441 deletions

View File

@ -73,6 +73,21 @@ button.btn-secondary:hover{
color: #ffffff;
border-radius: 4.8px;
}
.btn-outline-danger{
width: 78px;
height: 40px;
padding-top: 8px;
font-size: 16px;
}
.btn-outline-info{
width: 78px ;
height: 40px ;
padding-top: 8px;
font-size: 16px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu{
margin: 0px;
box-shadow: 3px 5px 15px rgba(0,0,0, .15);