16 lines
420 B
HTML
16 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="icon" type="image/png" href="/icon.png" />
|
|
<!-- 与 @shared/constants APP_DISPLAY_NAME 保持一致 -->
|
|
<title>QimingClaw</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/main.tsx"></script>
|
|
</body>
|
|
</html>
|