| 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
| 6 | <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 7 | <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 8 | <link rel="manifest" href="/site.webmanifest"> |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 10 | <!-- HTML Meta Tags --> |
| 11 | <title>Alcove</title> |
| 12 | <meta name="description" content="A privacy focused RSS reader for the open web"> |
| 13 | |
| 14 | <!-- Facebook Meta Tags --> |
| 15 | <meta property="og:url" content="https://alcove.tools"> |
| 16 | <meta property="og:type" content="website"> |
| 17 | <meta property="og:title" content="Alcove"> |
| 18 | <meta property="og:description" content="A privacy focused RSS reader for the open web"> |
| 19 | <meta property="og:image" content="/og.png"> |
| 20 | |
| 21 | <!-- Twitter Meta Tags --> |
| 22 | <meta name="twitter:card" content="summary_large_image"> |
| 23 | <meta property="twitter:domain" content="alcove.tools"> |
| 24 | <meta property="twitter:url" content="https://alcove.tools"> |
| 25 | <meta name="twitter:title" content="Alcove"> |
| 26 | <meta name="twitter:description" content="A privacy focused RSS reader for the open web"> |
| 27 | <meta name="twitter:image" content="/og.png"> |
| 28 | |
| 29 | <!-- Meta Tags Generated via https://www.opengraph.xyz --> |
| 30 | </head> |
| 31 | <body style="margin: 0; background-color: oklch(0.1797 0.0043 308.1928);"> |
| 32 | <div id="root"></div> |
| 33 | <script type="module" src="/src/main.tsx"></script> |
| 34 | </body> |
| 35 | </html> |