init(frontend): add frontend server

also add static files and auth page
This commit is contained in:
2025-01-07 00:03:30 +03:00
parent cb14672113
commit 37d40497d1
13 changed files with 231 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* 自定义媒体查询设置根字体大小 */
@media (max-width: 640px) {
html {
font-size: 14px;
}
}
@media (width>640px) {
html {
font-size: 16px;
}
}