2025-03-05 09:22:29 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
|
|
|
/>
|
2025-06-04 09:51:01 +08:00
|
|
|
<link rel="icon" href="/favicon.ico" type="image/png" />
|
2025-03-05 09:22:29 +08:00
|
|
|
<link rel="stylesheet" href="/app-loading.css" />
|
|
|
|
<title>%VITE_APP_TITLE%</title>
|
|
|
|
</head>
|
|
|
|
<body ontouchstart>
|
|
|
|
<div id="app">
|
|
|
|
<div id="app-loading"></div>
|
|
|
|
</div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|