Spaces:
Running
Running
Commit
·
febf860
1
Parent(s):
a115c6f
Fix styling
Browse files- app/templates/base.html +1 -1
app/templates/base.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<title>{{ title }}</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
-
<link rel="stylesheet" href="{{
|
10 |
</head>
|
11 |
<body class="min-h-screen flex flex-col">
|
12 |
<!-- Header/Navbar -->
|
|
|
6 |
<title>{{ title }}</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
+
<link rel="stylesheet" href="{{ https_url_for('static', path='/css/style.css') }}">
|
10 |
</head>
|
11 |
<body class="min-h-screen flex flex-col">
|
12 |
<!-- Header/Navbar -->
|