ghostai1 commited on
Commit
ad640dc
·
verified ·
1 Parent(s): 0d8171b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,7 +7,7 @@
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
9
  <script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
10
- <link rel="stylesheet" href="style.css">
11
  <script>
12
  mermaid.initialize({ startOnLoad: true, theme: 'dark' });
13
  </script>
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
9
  <script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
10
+ <link rel="stylesheet" href="styles.css">
11
  <script>
12
  mermaid.initialize({ startOnLoad: true, theme: 'dark' });
13
  </script>