Made 404 page, minecraft server page, and whitelist page.
This commit is contained in:
parent
39f2d87b3f
commit
038968ea28
17 changed files with 518 additions and 198 deletions
27
site-footer.html
Normal file
27
site-footer.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue