Compare commits

...

1 Commits

Author SHA1 Message Date
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>