mizzzuno commited on
Commit
4450191
·
verified ·
1 Parent(s): 1f8b3f4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -6,8 +6,8 @@
6
  <title>JustTalk - Voice Analysis</title>
7
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
8
  <script src="https://cdn.tailwindcss.com"></script>
9
- <link rel="stylesheet" type="text/css" href="menu.css" />
10
- <link rel="stylesheet" type="text/css" href="main.css" />
11
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
12
  <style>
13
  /* Custom Chart.js Styles */
 
6
  <title>JustTalk - Voice Analysis</title>
7
  <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
8
  <script src="https://cdn.tailwindcss.com"></script>
9
+ <link rel="stylesheet" type="text/css" href="./menu.css" />
10
+ <link rel="stylesheet" type="text/css" href="./main.css" />
11
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
12
  <style>
13
  /* Custom Chart.js Styles */