You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandkasten-web/src/app/components/footer/footer.component.html

16 lines
418 B

<head>
<link
href="https://fonts.googleapis.com/css2?family=Podkova:wght@400;700&display=swap"
rel="stylesheet" />
</head>
<div class="footer">
<span class="footer--rights"
>Copyright © 2024 Sandcasten. All rights reserved.</span
>
<span class="footer__links">
<a>Mentions légales</a> - <a>Politique de confidentialité</a> -
<a>Conditions générales d'utilisation</a>
</span>
</div>