ministerchief commited on
Commit
549c42b
·
verified ·
1 Parent(s): c5393ce

Update templates/base.html

Browse files
Files changed (1) hide show
  1. 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
- <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"/>
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>