Created
February 3, 2026 12:37
-
-
Save swankjesse/838c9cbe68ac26ca68f5854a9fc6c756 to your computer and use it in GitHub Desktop.
Rounds HTML source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Calico</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> | |
| <meta name="theme-color" content="#666666"> | |
| <meta property="og:image" content="https://rounds.app/game/8wrmh1kk80rk0hz635gscpare/og-image.png"> | |
| <meta property="og:image:width" content="1200"> | |
| <meta property="og:image:height" content="630"> | |
| <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"> | |
| <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap" rel="stylesheet"> | |
| <link href="/assets/Rounds.css" rel="stylesheet"> | |
| <link href="/assets/Setup.css" rel="stylesheet"> | |
| <link href="/assets/Play.css" rel="stylesheet"> | |
| <link href="/manifest.webmanifest" rel="manifest"> | |
| <link href="/favicon.ico" rel="icon" sizes="32x32"> | |
| <link href="/icon.svg" rel="icon" type="image/svg+xml"> | |
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> | |
| <script src="/assets/rounds.js"></script> | |
| <script> | |
| document.pageData = { | |
| "account": { | |
| "nextChallenge": "c2ZycDg0eWU4ZW56Y3IxbmE3MGhrMnI3MgAAAZwjedJr9V9T_JjTJLDaRrnbiysKaJnp1LhuFJV7ErU-it8Ah3U=", | |
| "passkeys": [ | |
| {"authenticator": null, "createdAt": "2026-01-05T21:44:56.144976Z"} | |
| ], | |
| "hasGames": true | |
| }, | |
| "game/8wrmh1kk80rk0hz635gscpare": { | |
| "gameId": "8wrmh1kk80rk0hz635gscpare", | |
| "access": "READ_WRITE", | |
| "createdAt": "2026-01-31T01:14:47.378Z", | |
| "version": 39, | |
| "name": "Calico", | |
| "gameSecret": "1111222233334444555566667", | |
| "players": [ | |
| {"playerId": 1001, "name": "Jodie", "color": "cp2 pink", "scores": [12, 16, 10, 11, 7]}, | |
| {"playerId": 1002, "name": "Indie", "color": "cp2 purple", "scores": [21, 14, 10]}, | |
| {"playerId": 1003, "name": "Ash", "color": "cp2 green", "scores": [27, 21]}, | |
| {"playerId": 1004, "name": "Jesse", "color": "cp2 blue", "scores": [15, 6, 10, 11, 14]} | |
| ] | |
| }, | |
| "suggestions": [ | |
| {"playerId": 1001, "name": "Jesse", "color": "cp2 green"}, | |
| {"playerId": 1001, "name": "Jodie", "color": "cp2 pink"}, | |
| {"playerId": 1001, "name": "Indie", "color": "cp2 purple"}, | |
| {"playerId": 1001, "name": "Ash", "color": "cp2 green"}, | |
| {"playerId": 1001, "name": "Mary Lynn", "color": "cp2 red"} | |
| ] | |
| }; | |
| rounds.startOnLoad(); | |
| </script> | |
| </head> | |
| <body></body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment