Redmind commited on
Commit
6761873
·
verified ·
1 Parent(s): a856bc0

Update templates/dashboard.html

Browse files
Files changed (1) hide show
  1. 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/assets/css/style.css" />
10
- <link rel="stylesheet" type="text/css" href="../static/assets/css/dashboard.css" />
11
- <link rel="stylesheet" type="text/css" href="../static/assets/css/perfect-scrollbar.css" />
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 {