Web/main/_includes/footer.html
Ell 0fe42beb59
All checks were successful
Web/pipeline/head This commit looks good
move imprint and privacy to separate pages
2021-10-11 13:43:03 +02:00

13 lines
575 B
HTML

<!-- Seasonal banner -->
<a id="banner" class="rounded-top" hidden></a>
<script src="/scripts/banner.js"></script>
<!-- Footer -->
<div class="footer rounded-top">
<span class="text-muted"><a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2021 Ellpeck</a> &ndash; <a href="/impressum">Impressum</a> &ndash; <a href="/privacy">Privacy</a></span>
<div class="quote">
<span id="quote-text"></span>
<script src="/scripts/quote.js"></script>
<img src="/res/blobheart.png" id="blobheart" alt="A blob emoji holding a heart">
</div>
</div>