Web-UI: Added link to Git repo in footer

This commit is contained in:
Malte Bublitz 2023-10-26 21:26:33 +02:00
parent 5edb208e01
commit 991c053977
Signed by: malte70
GPG Key ID: 605DA5C729F9C184
2 changed files with 17 additions and 1 deletions

View File

@ -64,5 +64,8 @@ $Title = "MAPID-FIFO Web-UI";
</form>
</section>
</main>
<footer>
<p><a href="https://git.un-hack-bar.de/malte70/mapid">mapid Git-Repo</a></p>
</footer>
</body>
</html>

View File

@ -58,4 +58,17 @@ button {
button:focus {
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
outline: 0;
}
}
a:link, a:visited {
color: #6E6D70;
}
a:hover, a:active {
color: #111;
}
footer {
text-align: center;
}