1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-24 00:00:46 +02:00
Files
FreePad/templates/inc/footer.html
Kato Twofold 161973ea13 Facelift
+ Light/Dark Mode
+ Theme Toggle
2022-05-19 01:42:06 +03:00

4 lines
190 B
HTML

{{ define "inc/footer.html"}}
<script src="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.1.3/dist/js/darkmode.min.js"></script>
<script src="/static/js/main.js"></script>
{{ end }}