first commit

This commit is contained in:
2023-06-22 08:10:29 +00:00
commit abf7741b16
15 changed files with 597 additions and 0 deletions

11
templates/foot.html Normal file
View File

@@ -0,0 +1,11 @@
</div>
{{ fontawesome_js() }}
<script
src="https://code.jquery.com/jquery-3.6.1.slim.min.js"
integrity="sha256-w8CvhFs7iHNVUtnSP0YKEg00p9Ih13rlL9zGqvLdePA="
crossorigin="anonymous"></script>
</div>
</body>
</html>