This commit is contained in:
m
2026-03-14 21:16:04 +01:00
parent 05ecbdc7ec
commit 23ff7da17e
2 changed files with 121 additions and 208 deletions

View File

@@ -8,6 +8,12 @@
<meta name="author" content="" />
<title>{% block title %}Default Title{% endblock %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="{{ url_for('static', filename='css/bootstrap.min.css') }}"