add imprint
This commit is contained in:
parent
4aefcf293a
commit
a747b3bc7f
2 changed files with 10 additions and 2 deletions
|
@ -94,4 +94,8 @@
|
|||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<footer>
|
||||
<a href="https://ag-link.xyz/impressum/">Impressum</a>
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue