Files
cryptocoin/index.html
2026-06-23 21:57:39 +08:00

17 lines
522 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CryptoCoin</title>
<script type="module" src="/src/main.ts" defer></script>
</head>
<body>
<div id="panel" class="panel" data-tauri-drag-region>
<div id="widget" class="widget"></div>
<div id="fetch-status" class="fetch-status" aria-live="polite"></div>
</div>
</body>
</html>