diff --git a/html/styles/main.css b/html/styles/main.css index f7ecf8d..1fd6501 100644 --- a/html/styles/main.css +++ b/html/styles/main.css @@ -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; } \ No newline at end of file diff --git a/view/layout.php b/view/layout.php index 5bf57fa..e7e4377 100644 --- a/view/layout.php +++ b/view/layout.php @@ -42,5 +42,11 @@ } ?> +
+

+ This is not an official Minecraft website. We are not associated with Mojang or Microsoft.
+ Minecraft content and materials on this site are trademarks and copyrights of Mojang Studios. +

+