Web/main/_includes/footer.html
Ell 812fe57577
All checks were successful
ci/woodpecker/push/main Pipeline was successful
cool cleanup club
2023-08-07 14:04:06 +02:00

17 lines
731 B
HTML

<!-- Seasonal banner -->
<a id="banner" class="rounded-top" hidden></a>
<script src="/scripts/banner.js"></script>
<!-- Footer -->
<div class="footer rounded-top">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2018-2023 Ellpeck</a> &ndash; <a href="/impressum">Impressum</a> &ndash; <a href="/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
<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">
<script>
$("#blobheart").on("click", () => $("#navbar-image").attr("src", "res/heart.jpeg"));
</script>
</div>
</div>