Update templates/base.html

This commit is contained in:
Blackwhitebear8 2025-08-13 16:02:52 +02:00
parent 820cbe689a
commit e5df3cccd3

View file

@ -47,5 +47,9 @@
<script> document.getElementById("year").textContent = new Date().getFullYear(); </script>
</footer>
<script src="/static/js/materialize.min.js"></script>
<div id="progress">
<span id="progress-value">&#x2191;</span>
</div>
<script src="/static/js/back_to_top.js"></script>
</body>
</html>