Ajout d'un fichiers de configuration

This commit is contained in:
2022-07-11 00:38:03 +02:00
parent 66375d272f
commit beb1e65ca7
4 changed files with 107 additions and 0 deletions

6
templates/_js.html Normal file
View File

@@ -0,0 +1,6 @@
<!-- Bootstrap core JavaScript -->
<!--================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ url_for('static', filename='jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='docs.min.js') }}"></script>