Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Edo Clicker</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Noto Serif JP', serif; | |
| } | |
| .wood-panel { | |
| background-color: #6b4623; /* A wood-like color */ | |
| border: 4px solid #432d18; | |
| box-shadow: 0 4px 6px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.5); | |
| } | |
| .text-shadow { | |
| text-shadow: 2px 2px 4px rgba(0,0,0,0.7); | |
| } | |
| </style> | |
| <link rel="stylesheet" href="/index.css"> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "react/": "https://aistudiocdn.com/react@^19.1.1/", | |
| "react": "https://aistudiocdn.com/react@^19.1.1", | |
| "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/" | |
| } | |
| } | |
| </script> | |
| <script type="module" crossorigin src="/assets/index-DqDIq9qp.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> | |