index.html (752B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <link rel="apple-touch-icon" href="/logo192.png" /> 8 <!-- 9 manifest.json provides metadata used when your web app is installed on a 10 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ 11 --> 12 <link rel="manifest" href="/manifest.json" /> 13 <title>My Heats</title> 14 </head> 15 <body> 16 <noscript>Why you scared of JavaScript soo much, faailure.</noscript> 17 <div id="root"></div> 18 <script type="module" src="/src/frontend/main.jsx"></script> 19 </body> 20 </html>