2023-05-07 19:11:16 +00:00
|
|
|
<!DOCTYPE html>
|
2023-05-21 15:34:51 +00:00
|
|
|
<html lang="zh-cmn-Hans-CN">
|
2023-05-07 19:11:16 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-05-07 22:29:37 +00:00
|
|
|
<title>音乐解锁 - Unlock Music</title>
|
2023-05-07 19:11:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-05-07 22:29:37 +00:00
|
|
|
<main id="root"></main>
|
2023-05-07 19:11:16 +00:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|