index.html 456 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="theme-color" content="#6e4b3a">
  7. <meta name="description" content="Personal finance application">
  8. <link rel="icon" href="/logo.svg" type="image/svg+xml">
  9. <title>Suma</title>
  10. <style></style>
  11. </head>
  12. <body>
  13. <img src="/logo.svg" alt="Suma logo">
  14. <script></script>
  15. </body>
  16. </html>