| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="theme-color" content="#6e4b3a">
- <meta name="description" content="Personal finance application">
- <link rel="icon" href="/logo.svg" type="image/svg+xml">
- <title>Suma</title>
- <style></style>
- </head>
- <body>
- <img src="/logo.svg" alt="Suma logo">
- <h1>Suma landing page</h1>
- <script></script>
- </body>
- </html>
|