0
0
Fork 0

Merge pull request 'Add a link to source code to base of page' (#2) from frlan/simplekolecalc:footer-mit-link-zu-repo into main

Reviewed-on: wtf-eg/simplekolecalc#2
This commit is contained in:
Brain 2023-09-23 12:57:25 +02:00
commit 301f1e6705
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,11 @@
text-align: center;
margin: 1ex auto 2ex auto;
}
#center_footer {
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
@ -173,6 +178,9 @@
// calc
s.click();
</script>
<div id="center_footer">
<p>Der Quellcode befindet sich unter <a href="https://git.wtf-eg.de/wtf-eg/simplekolecalc">https://git.wtf-eg.de/wtf-eg/simplekolecalc</a>. </p>
</div>
</div>
</body>
</html>