feat: Add version number to layout

This commit is contained in:
overflowerror 2024-08-04 21:21:58 +02:00
parent b44aba30ce
commit 74d720ccab
2 changed files with 8 additions and 0 deletions

View file

@ -290,4 +290,11 @@ h2 {
#disclaimer a, #disclaimer a:visited {
color: grey;
}
#version {
position: fixed;
bottom: 0;
left: 2px;
font-size: 12px;
}

View file

@ -48,5 +48,6 @@
Minecraft content and materials on this site are trademarks and copyrights of <a href="https://www.minecraft.net/">Mojang Studios</a>.
</p>
</div>
<div id="version">v<?= VERSION ?></div>
</body>
</html>