luanti-web/site_generator/templates/html_footer.template
2025-06-07 13:48:21 +02:00

9 lines
301 B
Text
Executable file

</div>
<footer>
<p>&copy; $(date '+%Y') ${SITE_TITLE} | Betreiber: ${SITE_OWNER_NAME} | <a href="impressum.html">Impressum</a> | <a href="datenschutz.html">Datenschutz</a></p>
</footer>
<a href="#" id="scrollToTopBtn" class="scroll-to-top-btn" title="Nach oben scrollen">▲</a>
</body>
</html>