Spaces:
Sleeping
Sleeping
Update templates/dashboard.html
Browse files- 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" />
|