some reccomendations from error

This commit is contained in:
DeaDvey 2024-12-24 02:37:21 +00:00
parent 0c7040a4f1
commit b08a1dc4e8
2 changed files with 32 additions and 5 deletions

View File

@ -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;
}

View File

@ -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>