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

@ -3801,3 +3801,15 @@
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
.contact-right p {
/* Your CSS styles here */
color: #4e3914;
font-size: 16px;
/* Add any other styles you need */
}
.card-text {
color: #000000;
}