index.html (1017B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <meta name="description" content="Cozy Markdown and Org-mode editor with live preview" /> 7 <meta name="author" content="Pablo Murad" /> 8 <meta name="theme-color" content="#fefefe" /> 9 <title>Snow Editor</title> 10 <link rel="icon" type="image/png" href="/favicon.png" sizes="72x72" /> 11 <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 12 <link rel="apple-touch-icon" href="/favicon.png" /> 13 <link rel="preconnect" href="https://fonts.googleapis.com" /> 14 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 15 <link 16 href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400;500&display=swap" 17 rel="stylesheet" 18 /> 19 </head> 20 <body> 21 <div id="root"></div> 22 <script type="module" src="/src/main.jsx"></script> 23 </body> 24 </html>