Compare commits

...

2 Commits

Author SHA1 Message Date
301f1e6705 Merge pull request 'Add a link to source code to base of page' (#2) from frlan/simplekolecalc:footer-mit-link-zu-repo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2023-09-23 12:57:25 +02:00
Frank Lanitz
0bef44363c Add a link to source code to base of page 2023-09-23 12:56:00 +02:00

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>