add imprint

This commit is contained in:
Lukas Z 2022-06-29 19:43:57 +02:00
parent 4aefcf293a
commit a747b3bc7f
2 changed files with 10 additions and 2 deletions

View File

@ -94,4 +94,8 @@
</div>
</body>
</html>
<footer>
<a href="https://ag-link.xyz/impressum/">Impressum</a>
</footer>
</html>

View File

@ -7,6 +7,10 @@ html {
scroll-behavior: smooth;
}
footer {
text-align: center;
}
a {
outline: none !important;
font-weight: bold;
@ -199,4 +203,4 @@ nav ul li a:hover {
#text h3 {
text-align: center;
}
}