From b08a1dc4e8e74692939c4a9227f954d01ef76dad Mon Sep 17 00:00:00 2001
From: DeaDvey <deadvey@deadvey.com>
Date: Tue, 24 Dec 2024 02:37:21 +0000
Subject: [PATCH] some reccomendations from error

---
 index.css  |  8 ++++++--
 index.html | 29 ++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/index.css b/index.css
index 138e4fd..5226b9e 100644
--- a/index.css
+++ b/index.css
@@ -1,20 +1,24 @@
 body {
 	background: #000000;
-	color: #00ff00;
+	color: #ffffff;
 }
 footer {
 	position: fixed;
 	bottom: 0;
 	width: 100%;
+	margin: 5px;
 }
 hr {
-	color: #00ff00;
+	color: #ffffff;
 }
 .tuxcord-image {
 	position: absolute;
 	top: 0;
 	left: 650px;
 }
+a {
+	text-decoration: none;
+}
 a:link {
 	color: cyan;
 }
diff --git a/index.html b/index.html
index 6763a7d..c970905 100755
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
 
 		</pre>
 
-		Services we provide:<br/>
+		<h4><u>Services we provide:</u></h4>
 		<ul>
 			<li>
 				<a href="https://mastodon.tuxcord.net">Mastodon</a>
@@ -28,7 +28,7 @@
 				<a href="https://redlib.tuxcord.net">Redlib</a>
 			</li>
 		</ul>
-		Join us:<br/>
+		<h4><u>Join us:</u></h4>
 		<ul>
 			<li>
 				<a href="https://matrix.to/#/!BEyFZOZpWRoRrhRJbp:matrix.org?via=matrix.org&via=t2bot.io&via=envs.net">Matrix</a>
@@ -42,8 +42,29 @@
 		</ul>
 
 
+		<div class="tuxcord-image">
+			<pre>
+	    .-"""-.
+           '       \
+          |,.  ,-.  |
+          |()L( ()| |
+          |,'  `".| |
+          |.___.',| `
+         .j `--"' `  `.
+        / '        '   \
+       / /          `   `.
+      / /            `    .
+     / /              l   |
+    . ,    TuxCord    |   |
+    ,"`.             .|   |
+ _.'   ``.          | `..-'l
+|       `.`,        |      `.
+|         `.    __.j         )
+|__        |--""___|      ,-'
+   `"--...,+""""   `._,.-' mh
 
-		<img src="tuxcord.png" class="tuxcord-image" width="200">
+			</pre>
+		</div>
 	</body>
 	<footer>
 		<hr/>
@@ -52,5 +73,7 @@
 		<a href="https://deadvey.com">Hosted by DeaDvey</a>
 		/
 		<a href="https://javalsai.dynv6.net">Gitea, Hosted by Javalsai</a>
+		/
+		<a href="https://envs.net">Website inspired by envs.net</a>
 	</footer>
 </html>