Web/main/_includes/footer.html

17 lines
731 B
HTML
Raw Normal View History

<!-- 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">
2023-06-19 10:58:12 +02:00
<script>
$('#blobheart').on('click', () => $("#navbar-image").attr("src", "res/heart.jpeg"));
</script>
</div>
2023-05-15 19:56:34 +02:00
</div>