diff --git a/index.html b/index.html
index 6ff82dc..5b228a0 100644
--- a/index.html
+++ b/index.html
@@ -44,15 +44,6 @@
opacity: 0;
}
}
-
- .content {
- display: none;
- }
-
- .content.show {
- display: block;
- animation: slideIn 0.8s ease forwards;
- }
@@ -69,7 +60,7 @@
fetch('header.html').then(res => res.text()).then(data => document.getElementById('header').innerHTML = data);
-
+
-
+