footer and credits

This commit is contained in:
DeaDvey 2024-12-23 15:43:47 +00:00
parent 6d37ba68c9
commit 0c7040a4f1
2 changed files with 46 additions and 27 deletions

View File

@ -2,6 +2,14 @@ body {
background: #000000; background: #000000;
color: #00ff00; color: #00ff00;
} }
footer {
position: fixed;
bottom: 0;
width: 100%;
}
hr {
color: #00ff00;
}
.tuxcord-image { .tuxcord-image {
position: absolute; position: absolute;
top: 0; top: 0;
@ -16,3 +24,4 @@ a:visited {
a:hover { a:hover {
color: yellow; color: yellow;
} }

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/index.css">
</head> </head>
<body>
<pre> <pre>
__ __ __ __ __ __
/\ \__ /\ \ /\ \__ /\ \__ /\ \ /\ \__
@ -43,4 +44,13 @@
<img src="tuxcord.png" class="tuxcord-image" width="200"> <img src="tuxcord.png" class="tuxcord-image" width="200">
</body>
<footer>
<hr/>
<a href="https://git.javalsai.dynv6.net/deadvey/tuxcord.net">Source Code</a>
/
<a href="https://deadvey.com">Hosted by DeaDvey</a>
/
<a href="https://javalsai.dynv6.net">Gitea, Hosted by Javalsai</a>
</footer>
</html> </html>