Add link to source code in footer

This commit is contained in:
Wesley Moore 2024-12-07 20:02:27 +10:00
parent 21294e017b
commit 010598e8bc
No known key found for this signature in database

View file

@ -22,9 +22,13 @@
h3 { h3 {
line-height: 1.2; line-height: 1.2;
} }
header { header, footer {
text-align: center; text-align: center;
} }
footer {
margin-top: 4rem;
font-size: small;
}
label { label {
font-weight: bold; font-weight: bold;
} }
@ -68,6 +72,13 @@
<noscript>JavaScript is required to use this calculator.</noscript> <noscript>JavaScript is required to use this calculator.</noscript>
</div> </div>
<footer>
<p>
By <a href="https://www.wezm.net/">Wesley Moore</a> &middot;
<a href="https://forge.wezm.net/wezm/trip-calculator">Source Code</a>
</p>
</footer>
<script type="text/javascript"> <script type="text/javascript">
const el = document.getElementById("app"); const el = document.getElementById("app");
if (el) { if (el) {