| 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | <title>DARKMATTER</title> |
| 8 | <meta name="description" content="A better terminal quickstart"> |
| 9 | |
| 10 | <!-- Facebook Meta Tags --> |
| 11 | <meta property="og:url" content="https://darkmatter.build"> |
| 12 | <meta property="og:type" content="website"> |
| 13 | <meta property="og:title" content="DARKMATTER"> |
| 14 | <meta property="og:description" content="A better default terminal quickstart"> |
| 15 | <meta property="og:image" content="/og.png"> |
| 16 | |
| 17 | <!-- Twitter Meta Tags --> |
| 18 | <meta name="twitter:card" content="summary_large_image"> |
| 19 | <meta property="twitter:domain" content="darkmatter.build"> |
| 20 | <meta property="twitter:url" content="https://darkmatter.build"> |
| 21 | <meta name="twitter:title" content="DARKMATTER"> |
| 22 | <meta name="twitter:description" content="A better default terminal quickstart"> |
| 23 | <meta name="twitter:image" content="/og.png"> |
| 24 | |
| 25 | <meta name='fc:frame' content='{"version":"next","imageUrl":"https://darkmatter.build/image.png","aspectRatio":"3:2","button":{"title":"Explore","action":{"type":"launch_frame","name":"Explore","url":"https://darkmatter.build","splashImageUrl":"https://darkmatter.build/splash.png","splashBackgroundColor":"#121113"}}}' /> |
| 26 | |
| 27 | </head> |
| 28 | <body> |
| 29 | <div id="root"></div> |
| 30 | <script type="module" src="/src/main.tsx"></script> |
| 31 | </body> |
| 32 | </html> |