index.html (773B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <link rel="preload" href="/font-files/OpenMoji-color-colr1_svg.woff2" as="font" type="font/woff2"> 8 <link rel="preload" href="/font-files/Inter.var.woff2" as="font" type="font/woff2"> 9 <link rel="preload" href="/font-files/Inter-roman.var.woff2" as="font" type="font/woff2"> 10 <link rel="preload" href="/font-files/Inter-italic.var.woff2" as="font" type="font/woff2"> 11 <meta name="description" content="A Matrix Client" /> 12 <title>Matrix</title> 13 </head> 14 15 <body> 16 <noscript>You need to enable JavaScript to run this app.</noscript> 17 <div id="root"></div> 18 <script type="module" src="/src/main.tsx"></script> 19 </body> 20 21 </html>