repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
stars
latest
clone command
git clone gitlawb://did:key:z6MkvfHn...poLu/gitcatgit clone gitlawb://did:key:z6MkvfHn.../gitcata815108csync from playground1d ago| #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.0, user-scalable=no, viewport-fit=cover" /> |
| #6 | <meta name="theme-color" content="#000000" /> |
| #7 | <meta name="description" content="GitCat - the most satisfying clicker game. Click the cat, pop the code!" /> |
| #8 | |
| #9 | <!-- Open Graph --> |
| #10 | <meta property="og:type" content="website" /> |
| #11 | <meta property="og:title" content="GitCat - The Satisfying Clicker" /> |
| #12 | <meta property="og:description" content="Click the cat, pop the code! Track your high score and compete worldwide." /> |
| #13 | <meta property="og:image" content="/og-image.svg" /> |
| #14 | <meta property="og:image:width" content="1200" /> |
| #15 | <meta property="og:image:height" content="630" /> |
| #16 | <meta property="og:image:type" content="image/svg+xml" /> |
| #17 | |
| #18 | <!-- Twitter Card --> |
| #19 | <meta name="twitter:card" content="summary_large_image" /> |
| #20 | <meta name="twitter:title" content="GitCat - The Satisfying Clicker" /> |
| #21 | <meta name="twitter:description" content="Click the cat, pop the code! Track your high score and compete worldwide." /> |
| #22 | <meta name="twitter:image" content="/og-image.svg" /> |
| #23 | |
| #24 | <title>GitCat</title> |
| #25 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| #26 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| #27 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap" rel="stylesheet" /> |
| #28 | </head> |
| #29 | <body> |
| #30 | <div id="root"></div> |
| #31 | <script type="module" src="/src/main.tsx"></script> |
| #32 | </body> |
| #33 | </html> |
| #34 |