File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ credentials.json
1515
1616# Static files
1717staticfiles /
18+
19+ # Local files and directories
20+ * .local
21+ * .local. *
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< head >
33 < link
4- href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5 /dist/css/bootstrap.min.css "
4+ href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/css/bootstrap.min.css "
55 rel ="stylesheet "
6- integrity ="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7 "
6+ integrity ="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB "
77 crossorigin ="anonymous "
88 >
99</ head >
1919 {% include 'includes/footer.html' %}
2020 {% endblock %}
2121 < script
22- src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5 /dist/js/bootstrap.bundle.min.js "
23- integrity ="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq "
22+ src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/js/bootstrap.bundle.min.js "
23+ integrity ="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI "
2424 crossorigin ="anonymous ">
2525 </ script >
2626</ body >
You can’t perform that action at this time.
0 commit comments