diff --git a/404.html b/404.html index 1eeb5ca..4037fb9 100644 --- a/404.html +++ b/404.html @@ -11,4 +11,4 @@

404

© 2024 Stzyxh - + \ No newline at end of file diff --git a/404_style.css b/404_style.css index 56995a9..3d903b2 100644 --- a/404_style.css +++ b/404_style.css @@ -53,4 +53,4 @@ footer { @keyframes fadeInText { from { opacity: 0; } to { opacity: 1; } -} +} \ No newline at end of file diff --git a/index.html b/index.html index da4aa84..ded80ac 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -
+

Hey, I'm Stzyxh!

@@ -22,7 +22,7 @@

Hey, I'm Stzyxh!

NameMc - + Discord @@ -72,4 +72,4 @@

The earth is our home - Let's stand up together for a better future!

}); - + \ No newline at end of file diff --git a/pages/style_responsibility.css b/pages/style_responsibility.css index ba02afb..121a3ab 100644 --- a/pages/style_responsibility.css +++ b/pages/style_responsibility.css @@ -138,4 +138,4 @@ footer { @keyframes fadeInFooter { from { opacity: 0; } to { opacity: 1; } -} +} \ No newline at end of file diff --git a/scripts/404_scripts.js b/scripts/404_scripts.js index 9c4706e..07e11a2 100644 --- a/scripts/404_scripts.js +++ b/scripts/404_scripts.js @@ -10,4 +10,4 @@ document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { document.querySelector('footer').style.opacity = '1'; }, 3000); -}); +}); \ No newline at end of file