Redmind commited on
Commit
07e7e0f
·
verified ·
1 Parent(s): 92ccfef

Update templates/dashboard.html

Browse files
Files changed (1) hide show
  1. templates/dashboard.html +1 -0
templates/dashboard.html CHANGED
@@ -6,6 +6,7 @@
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Dashboard</title>
8
  <!-- CSS -->
 
9
  <link rel="stylesheet" type="text/css" href="../static/css/style.css" />
10
  <link rel="stylesheet" type="text/css" href="../static/css/dashboard.css" />
11
  <link rel="stylesheet" type="text/css" href="../static/css/perfect-scrollbar.css" />
 
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Dashboard</title>
8
  <!-- CSS -->
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
10
  <link rel="stylesheet" type="text/css" href="../static/css/style.css" />
11
  <link rel="stylesheet" type="text/css" href="../static/css/dashboard.css" />
12
  <link rel="stylesheet" type="text/css" href="../static/css/perfect-scrollbar.css" />