diff --git a/README.md b/README.md
index 1eb025c..e7abdbb 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,15 @@ FastAPI (Python) → SSH (asyncssh) → Target Servers
| `TELEGRAM_BOT_TOKEN` | Токен Telegram бота |
| `TELEGRAM_CHAT_ID` | ID чата для алертов |
+## Автор
+
+**@Iot_andrey**
+
+- [GitHub](https://github.com/andrey271192)
+- [Boosty](https://boosty.to/iot_andrey)
+- [Поддержка](https://t.me/Iot_andrey)
+- Telegram: [@Iot_andrey](https://t.me/Iot_andrey)
+
## Лицензия
MIT
diff --git a/server/static/css/style.css b/server/static/css/style.css
index 3f473c3..d330020 100644
--- a/server/static/css/style.css
+++ b/server/static/css/style.css
@@ -600,6 +600,26 @@ main {
overflow: hidden;
}
+/* Footer */
+.app-footer {
+ text-align: center;
+ padding: 24px 16px 16px;
+ font-size: 13px;
+ color: var(--text-secondary);
+ opacity: 0.5;
+}
+
+.app-footer a {
+ color: var(--text-secondary);
+ text-decoration: none;
+ transition: color 0.2s;
+}
+
+.app-footer a:hover {
+ color: var(--accent);
+ text-decoration: underline;
+}
+
/* Responsive */
@media (max-width: 768px) {
main { padding: 16px; }
diff --git a/server/templates/dashboard.html b/server/templates/dashboard.html
index 2fadbed..743d857 100644
--- a/server/templates/dashboard.html
+++ b/server/templates/dashboard.html
@@ -165,6 +165,10 @@
+
+
diff --git a/server/templates/login.html b/server/templates/login.html
index 6d2f674..c5b2ead 100644
--- a/server/templates/login.html
+++ b/server/templates/login.html
@@ -69,5 +69,8 @@
}
});
+