Web-UI: Added link to Git repo in footer
This commit is contained in:
parent
5edb208e01
commit
991c053977
2 changed files with 17 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue