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>조선 방치형 거상</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+KR:wght@400;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Noto Serif KR', serif; | |
| } | |
| @keyframes float-up { | |
| from { | |
| opacity: 1; | |
| transform: translateY(0) translateX(-50%); | |
| } | |
| to { | |
| opacity: 0; | |
| transform: translateY(-50px) translateX(-50%); | |
| } | |
| } | |
| .animate-float-up { | |
| animation: float-up 1s ease-out forwards; | |
| } | |
| </style> | |
| <link rel="stylesheet" href="/index.css"> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/", | |
| "react/": "https://aistudiocdn.com/react@^19.1.1/", | |
| "react": "https://aistudiocdn.com/react@^19.1.1" | |
| } | |
| } | |
| </script> | |
| <script type="module" crossorigin src="/assets/index-CX8Y15qh.js"></script> | |
| </head> | |
| <body class="bg-stone-900 text-amber-50"> | |
| <div id="root"></div> | |
| </body> | |
| </html> |