Update templates/base.html
This commit is contained in:
parent
820cbe689a
commit
e5df3cccd3
1 changed files with 4 additions and 0 deletions
|
|
@ -47,5 +47,9 @@
|
||||||
<script> document.getElementById("year").textContent = new Date().getFullYear(); </script>
|
<script> document.getElementById("year").textContent = new Date().getFullYear(); </script>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/js/materialize.min.js"></script>
|
<script src="/static/js/materialize.min.js"></script>
|
||||||
|
<div id="progress">
|
||||||
|
<span id="progress-value">↑</span>
|
||||||
|
</div>
|
||||||
|
<script src="/static/js/back_to_top.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue