diff --git a/static/templates/admin/card.html b/static/templates/admin/card.html
index 7780ac6..2f3d15e 100644
--- a/static/templates/admin/card.html
+++ b/static/templates/admin/card.html
@@ -9,7 +9,7 @@
{{ template "admin/nav/css.html" . }}
-
+
{{ template "admin/nav/header.html" . }}
{{ template "admin/nav/side.html" . }}
@@ -17,8 +17,6 @@
-
- {{ template "admin/nav/footer.html" . }}
diff --git a/static/templates/admin/index.html b/static/templates/admin/index.html
index 8605b5e..9a3a39a 100644
--- a/static/templates/admin/index.html
+++ b/static/templates/admin/index.html
@@ -9,7 +9,7 @@
{{ template "admin/nav/css.html" . }}
-
+
{{ template "admin/nav/header.html" . }}
{{ template "admin/nav/side.html" . }}
@@ -17,8 +17,6 @@
-
- {{ template "admin/nav/footer.html" . }}
diff --git a/static/templates/admin/login.html b/static/templates/admin/login.html
index 80e8ae3..dc432b1 100644
--- a/static/templates/admin/login.html
+++ b/static/templates/admin/login.html
@@ -28,6 +28,15 @@
.layui-input {
width: 85%;
}
+
+ .login-copyright {
+ position: fixed;
+ left: 20px;
+ bottom: 14px;
+ color: rgba(255, 255, 255, 0.92);
+ font-size: 14px;
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
+ }
@@ -35,6 +44,7 @@
+ Copyright © 2023-2026 YumeMichi