2023-02-02 16:07:38 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="base-theme">
|
2023-02-23 14:24:56 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title><%= title %></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2024-04-25 08:41:29 +08:00
|
|
|
<script type="module" src="/src/boot.ts"></script>
|
2023-02-23 14:24:56 +08:00
|
|
|
</body>
|
2023-02-02 16:07:38 +08:00
|
|
|
</html>
|