-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
15 lines (15 loc) · 1.16 KB
/
Copy pathfooter.html
File metadata and controls
15 lines (15 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<footer style="background-color: #f9f9f9; color: #333; font-size: 0.9rem; padding: 10px; text-align: center; border-top: 1px solid #e0e0e0;">
<p style="margin: 0 0 10px 0; line-height: 1.6;">
Soweit nicht anders gekennzeichnet, unterliegen alle Inhalte der Lizenz
<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.de" style="color:#0077cc; text-decoration: none;">CC0 1.0 Universell</a>.
<br>
Quellcode und Mitwirkungsmöglichkeiten sind über das
<a href="https://github.com/fdagner/bwr" style="color:#0077cc; text-decoration: none;">Repository auf GitHub</a> erreichbar.<br>
<a href="https://github.com/fdagner/bwr/issues" style="color:#0077cc; text-decoration: none;">Fehler oder Vorschläge melden</a>.
</p>
<p style="margin: 0 0 15px 0;">
<a href="https://fdagner.github.io/impressum.html" style="color:#0077cc; text-decoration: none;">Impressum</a> ·
<a href="https://oer.fdagner.de/datenschutz.html" style="color:#0077cc; text-decoration: none;">Datenschutz</a>
</p>
<img src="media/pic/oer.svg" alt="OER-Input" style="min-width: 120px; max-width: 12%; margin-top: 10px;">
</footer>