Spaces:
Sleeping
Sleeping
Update templates/base.html
Browse files- templates/base.html +1 -1
templates/base.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
<title>{% block title %}Cricket AI Predictor{% endblock %}</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet"/>
|
| 9 |
-
|
| 10 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js"></script>
|
| 11 |
</head>
|
| 12 |
<body>
|
|
|
|
| 6 |
<title>{% block title %}Cricket AI Predictor{% endblock %}</title>
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet"/>
|
| 9 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
| 10 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js"></script>
|
| 11 |
</head>
|
| 12 |
<body>
|