FreePad/templates/inc/footer.html

4 lines
190 B
HTML
Raw Normal View History

2022-05-15 20:40:22 +03:00
{{ 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>
2022-05-15 19:01:29 +03:00
{{ end }}