diff --git a/output.log b/output.log
index 9db81b9..29d25cb 100755
--- a/output.log
+++ b/output.log
@@ -171,3 +171,12 @@ Press CTRL+C to quit
172.18.0.25 - - [20/Feb/2025 08:31:02] "GET / HTTP/1.0" 200 -
172.18.0.25 - - [20/Feb/2025 08:31:04] "GET /static/style.css HTTP/1.0" 304 -
172.18.0.25 - - [20/Feb/2025 08:31:04] "GET /static/script.js HTTP/1.0" 304 -
+172.18.0.25 - - [20/Feb/2025 08:32:20] "GET / HTTP/1.0" 200 -
+172.18.0.25 - - [20/Feb/2025 08:32:22] "GET /static/style.css HTTP/1.0" 200 -
+172.18.0.25 - - [20/Feb/2025 08:32:22] "GET /static/script.js HTTP/1.0" 304 -
+172.18.0.25 - - [20/Feb/2025 08:32:23] "GET / HTTP/1.0" 200 -
+172.18.0.25 - - [20/Feb/2025 08:32:25] "GET /static/style.css HTTP/1.0" 304 -
+172.18.0.25 - - [20/Feb/2025 08:32:25] "GET /static/script.js HTTP/1.0" 304 -
+172.18.0.25 - - [20/Feb/2025 08:32:45] "GET / HTTP/1.0" 200 -
+172.18.0.25 - - [20/Feb/2025 08:32:45] "GET /static/style.css HTTP/1.0" 200 -
+172.18.0.25 - - [20/Feb/2025 08:32:45] "GET /static/script.js HTTP/1.0" 200 -
diff --git a/static/style.css b/static/style.css
index 787eae8..5fece0c 100755
--- a/static/style.css
+++ b/static/style.css
@@ -91,10 +91,9 @@ tbody tr:hover {
}
}
-/* 👣 Footer đẹp và chuyên nghiệp */
footer {
background: rgba(0, 0, 0, 0.85);
- padding: 15px 0;
+ padding: 20px 0;
text-align: center;
width: 100%;
margin-top: auto;
@@ -102,3 +101,15 @@ footer {
font-size: 14px;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
+
+/* Biểu tượng mạng xã hội */
+.social-icons a {
+ font-size: 20px;
+ transition: transform 0.3s ease-in-out;
+}
+
+.social-icons a:hover {
+ transform: scale(1.2);
+ color: #4C6EF5;
+}
+
diff --git a/templates/index.html b/templates/index.html
index c15feb5..4228c20 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -80,27 +80,28 @@
-