2023-02-05 18:11:34 +08:00
|
|
|
<!DOCTYPE html>
|
2023-06-26 11:08:21 +08:00
|
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9" />
|
|
|
|
<meta name="msapplication-TileColor" content="#00aba9" />
|
|
|
|
</head>
|
2023-04-15 22:59:27 +08:00
|
|
|
|
2023-06-26 11:08:21 +08:00
|
|
|
<body class="font-sans">
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|