v1 release

This commit is contained in:
2025-03-31 16:37:40 +00:00
parent 41dcd937cd
commit 391f057824
4 changed files with 13 additions and 92 deletions

View File

@@ -11,6 +11,8 @@
position: fixed;
bottom: 0;
width: 100%;
height: 50px; /* Define the height explicitly */
box-sizing: border-box;
}
.footer-bar a {
@@ -22,9 +24,13 @@
.footer-bar a:hover {
text-decoration: underline;
}
body {
padding-bottom: 50px; /* Add padding equal to the footer height */
box-sizing: border-box;
}
</style>
<div class="footer-bar">
<span>Version 1.0.0</span>
<a href="changelog.php">View Changelog</a>
<span>Swansea Airport PPR system Version 1.0</span>
</div>