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:
commit
301f1e6705
@ -49,6 +49,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1ex auto 2ex auto;
|
margin: 1ex auto 2ex auto;
|
||||||
}
|
}
|
||||||
|
#center_footer {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -173,6 +178,9 @@
|
|||||||
// calc
|
// calc
|
||||||
s.click();
|
s.click();
|
||||||
</script>
|
</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user