| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/x-icon" href="/logo.ico" /> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link | |
| href="https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap" | |
| rel="stylesheet"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>SpecBundle</title> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| <script type="module" src="/src/main.js"></script> | |
| </body> | |
| </html> | |