Compare commits

..

No commits in common. "301f1e67059500ae95e012840f92c5805bf98627" and "1a1e17f950f03f334ab7732a4c74f84a7ac0f517" have entirely different histories.

View File

@ -49,11 +49,6 @@
text-align: center;
margin: 1ex auto 2ex auto;
}
#center_footer {
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
@ -178,9 +173,6 @@
// 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>