mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
feat: Add version number to layout
This commit is contained in:
parent
b44aba30ce
commit
74d720ccab
2 changed files with 8 additions and 0 deletions
|
@ -290,4 +290,11 @@ h2 {
|
|||
|
||||
#disclaimer a, #disclaimer a:visited {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#version {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 2px;
|
||||
font-size: 12px;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue