Files
2026-06-14 10:33:53 +09:00

21 lines
820 B
HTML

<!DOCTYPE html>
<html lang="ko" class="theme-dark fw-native-widget">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1a1b26" />
<title>GoldenChart Widget</title>
<style>
html, body { margin: 0; height: 100%; overflow: hidden; background: #1a1b26; }
</style>
<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+Sans+KR:wght@400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body>
<script>var global = globalThis;</script>
<div id="root"></div>
<script type="module" src="/src/widget-main.tsx"></script>
</body>
</html>