Made 404 page, minecraft server page, and whitelist page.

This commit is contained in:
Raktbastr 2026-06-15 16:25:59 -05:00
parent 39f2d87b3f
commit 038968ea28
17 changed files with 518 additions and 198 deletions

27
site-footer.html Normal file
View file

@ -0,0 +1,27 @@
<style>
:host {
display: block;
width: 100%;
margin-top: auto;
}
.footer {
margin-top: auto;
width: 100%;
text-align: center;
padding: 20px 0;
}
.footer h4 {
font-family: "Audiowide", serif;
font-weight: 300;
font-style: normal;
color: red;
text-align: center;
margin: 0;
}
</style>
<div class="footer">
<br>
<h4>This site is unfinished and many things are probobly broken. I already know, but please tell me to fix it.</h4>
</div>