From 352d102702778f6c70bc1f53823d743b93c29ce6 Mon Sep 17 00:00:00 2001 From: Stzyxh <137100988+Stzyxh@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:29:20 +0200 Subject: [PATCH] fix discord link + delete unused lines at the end --- 404.html | 2 +- 404_style.css | 2 +- index.html | 6 +++--- pages/style_responsibility.css | 2 +- scripts/404_scripts.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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