footer and credits
This commit is contained in:
parent
6d37ba68c9
commit
0c7040a4f1
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
index.html
10
index.html
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user