feat: include modal.css and ModalManager in index.html

Amit Haridas
This commit is contained in:
2026-03-24 16:23:59 +05:30
parent 30f6198f1d
commit fdfd778d94
+2
View File
@@ -9,6 +9,7 @@
<title>MarkdownConverter</title>
<!-- Design tokens - loaded first for CSS variable availability -->
<link rel="stylesheet" href="styles/tokens.css">
<link rel="stylesheet" href="styles/modal.css">
<link rel="stylesheet" href="fonts.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="styles-modern.css">
@@ -1570,6 +1571,7 @@
</div>
</div>
<script src="utils/ModalManager.js"></script>
<script src="renderer.js"></script>
</body>
</html>