update:优化http_server代码路径

This commit is contained in:
hrz
2025-02-15 20:31:55 +08:00
parent 2baba43946
commit 2fe4f44529
5 changed files with 2 additions and 67 deletions
-12
View File
@@ -56,20 +56,8 @@ body {
z-index: -1;
background: linear-gradient(-45deg, #1a1f25, #0d1117, #162030, #1c1c1c);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
.user-menu {
position: fixed;