Add link to source code in footer
This commit is contained in:
parent
21294e017b
commit
010598e8bc
1 changed files with 12 additions and 1 deletions
13
index.html
13
index.html
|
@ -22,9 +22,13 @@
|
|||
h3 {
|
||||
line-height: 1.2;
|
||||
}
|
||||
header {
|
||||
header, footer {
|
||||
text-align: center;
|
||||
}
|
||||
footer {
|
||||
margin-top: 4rem;
|
||||
font-size: small;
|
||||
}
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -68,6 +72,13 @@
|
|||
<noscript>JavaScript is required to use this calculator.</noscript>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
By <a href="https://www.wezm.net/">Wesley Moore</a> ·
|
||||
<a href="https://forge.wezm.net/wezm/trip-calculator">Source Code</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript">
|
||||
const el = document.getElementById("app");
|
||||
if (el) {
|
||||
|
|
Loading…
Reference in a new issue