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 { body {
background: #000000; background: #000000;
color: #00ff00; color: #ffffff;
} }
footer { footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
margin: 5px;
} }
hr { hr {
color: #00ff00; color: #ffffff;
} }
.tuxcord-image { .tuxcord-image {
position: absolute; position: absolute;
top: 0; top: 0;
left: 650px; left: 650px;
} }
a {
text-decoration: none;
}
a:link { a:link {
color: cyan; color: cyan;
} }

View File

@ -16,7 +16,7 @@
</pre> </pre>
Services we provide:<br/> <h4><u>Services we provide:</u></h4>
<ul> <ul>
<li> <li>
<a href="https://mastodon.tuxcord.net">Mastodon</a> <a href="https://mastodon.tuxcord.net">Mastodon</a>
@ -28,7 +28,7 @@
<a href="https://redlib.tuxcord.net">Redlib</a> <a href="https://redlib.tuxcord.net">Redlib</a>
</li> </li>
</ul> </ul>
Join us:<br/> <h4><u>Join us:</u></h4>
<ul> <ul>
<li> <li>
<a href="https://matrix.to/#/!BEyFZOZpWRoRrhRJbp:matrix.org?via=matrix.org&via=t2bot.io&via=envs.net">Matrix</a> <a href="https://matrix.to/#/!BEyFZOZpWRoRrhRJbp:matrix.org?via=matrix.org&via=t2bot.io&via=envs.net">Matrix</a>
@ -42,8 +42,29 @@
</ul> </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> </body>
<footer> <footer>
<hr/> <hr/>
@ -52,5 +73,7 @@
<a href="https://deadvey.com">Hosted by DeaDvey</a> <a href="https://deadvey.com">Hosted by DeaDvey</a>
/ /
<a href="https://javalsai.dynv6.net">Gitea, Hosted by Javalsai</a> <a href="https://javalsai.dynv6.net">Gitea, Hosted by Javalsai</a>
/
<a href="https://envs.net">Website inspired by envs.net</a>
</footer> </footer>
</html> </html>