Add notice on the site

master
ROllerozxa 2022-07-16 10:54:53 +02:00
parent 387fbae169
commit 99eac8de3a
2 changed files with 11 additions and 1 deletions

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="disclaimer">Minecraftn't is no longer in active development. For a better and more actively developed recreation of Minecraft Alpha in Minetest, please see <a href="https://github.com/rollerozxa/mineclone-alpha">Mineclone Alpha</a>.</div>
<div class="index-top">
<a href="/"><img src="assets/logo.png"></a>
</div>
@ -40,4 +41,4 @@
<p>Made with &hearts; by Danil_2461 and ROllerozxa</p>
</div>
</body>
</html>
</html>

View File

@ -55,6 +55,15 @@ code {
}
}
.disclaimer {
background-color: #ad3131;
color: #ffffff;
margin: auto;
padding: 15px 50px;
text-align: center;
font-weight: bold;
}
.nav {
background-color: #1a1a1a;
background: url('dirt.png');