css
This commit is contained in:
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user