profilpage/public/templates/footer.html
2021-07-29 02:49:31 +02:00

32 lines
976 B
HTML

<div id="footer">
<div class="row">
<a class="col-xs-6 col-sm-3" href="../static/datenschutz.html"
>Datenschutz</a
>
<a class="col-xs-6 col-sm-3" href="../static/impressum.html"
>Impressum</a
>
<a class="col-xs-6 col-sm-3" href="../static/bildquellen.html"
>Bildquellen</a
>
</div>
</div>
<!-- START Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert">
<span>
&#x1F36A; Um die Experience zu verbessern, werden Cookies verwendet.
</span>
<a href="https://de.wikipedia.org/wiki/HTTP-Cookie" target="_blank"
>Mehr</a
>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
&times;
</button>
</div>
<!-- END Cookie-Alert -->
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.itbyhf.xyz/matomo.php?idsite=1&amp;rec=1"
style="border:0" alt=""/>
<!-- End Matomo -->