Spaces:
Running
Running
Update index.html
Browse files- 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="
|
| 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>
|