/ index.html
index.html
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <link rel="icon" href="/favicon.ico"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>Lofi.co - Craft your focus environment</title> 8 </head> 9 <body class="font-sans bg-[#14141d] text-white select-none"> 10 <div id="root"></div> 11 <script type="module" src="/src/index.tsx"></script> 12 </body> 13 </html>