index.html 614 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
  6. <meta name="apple-mobile-web-app-capable" content="yes" />
  7. <meta name="theme-color" content="#2563eb" />
  8. <title>Gestion Locative</title>
  9. <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏠</text></svg>" />
  10. </head>
  11. <body>
  12. <div id="root"></div>
  13. <script type="module" src="/src/main.jsx"></script>
  14. </body>
  15. </html>