feat: Add disclaimer to footer

This commit is contained in:
overflowerror 2024-08-04 21:07:51 +02:00
parent c8ce92d0d4
commit 07c2c9018e
2 changed files with 17 additions and 0 deletions

View file

@ -74,6 +74,7 @@ nav a:hover, nav .active a {
width: 70vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
h1 {
@ -270,4 +271,14 @@ h2 {
.results-list tbody tr:nth-child(odd) {
background-color: white;
}
#disclaimer p {
font-size: 13px;
text-align: center;
color: grey;
}
#disclaimer a, #disclaimer a:visited {
color: grey;
}

View file

@ -42,5 +42,11 @@
}
?>
</div>
<div id="disclaimer">
<p>
This is not an official Minecraft website. We are not associated with Mojang or Microsoft.<br>
Minecraft content and materials on this site are trademarks and copyrights of <a href="https://www.minecraft.net/">Mojang Studios</a>.
</p>
</div>
</body>
</html>