0
0
Fork 0

Add a link to source code to base of page

This commit is contained in:
Frank Lanitz 2023-09-23 00:47:17 +02:00
parent 1a1e17f950
commit c8e96af037
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 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>