Spaces:
Running
Running
File size: 1,367 Bytes
165e2c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
<!DOCTYPE html>
<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> |