arithescientist commited on
Commit
a7d0e58
·
verified ·
1 Parent(s): 9fa89ca

Update templates/resultsf.html

Browse files
Files changed (1) hide show
  1. templates/resultsf.html +2 -2
templates/resultsf.html CHANGED
@@ -13,8 +13,8 @@
13
  <!-- Bootstrap & Plugins CSS -->
14
  <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/bootstrap.min.css') }}"/>
15
  <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/plugins.css') }}"/>
16
- <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/dashboard/dash_1.css') }}"/>
17
- <link rel="stylesheet" href="{{ url_for('static', filename='assets/apexcharts.css') }}"/>
18
 
19
  <!-- Icons & Fonts -->
20
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
 
13
  <!-- Bootstrap & Plugins CSS -->
14
  <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/bootstrap.min.css') }}"/>
15
  <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/plugins.css') }}"/>
16
+ <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/dash_1.css') }}"/>
17
+ <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/apexcharts.css') }}"/>
18
 
19
  <!-- Icons & Fonts -->
20
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>