Spaces:
Runtime error
Runtime error
Update templates/dashboard.html
Browse files- templates/dashboard.html +3 -3
templates/dashboard.html
CHANGED
@@ -6,9 +6,9 @@
|
|
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/
|
10 |
-
<link rel="stylesheet" type="text/css" href="../static/
|
11 |
-
<link rel="stylesheet" type="text/css" href="../static/
|
12 |
<style>
|
13 |
html,
|
14 |
body {
|
|
|
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" />
|
12 |
<style>
|
13 |
html,
|
14 |
body {
|