2021-06-07 17:22:07 +08:00
|
|
|
<!DOCTYPE html>
|
2022-11-19 15:05:44 +08:00
|
|
|
<html lang="zh_CN">
|
2021-06-07 17:22:07 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta
|
|
|
|
|
name="keywords"
|
|
|
|
|
content="mayfly, 后台管理"
|
|
|
|
|
/>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content=""
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<link type="favicon" rel="shortcut icon" href="favicon.ico" />
|
|
|
|
|
<title>mayfly</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
2022-08-19 22:00:37 +08:00
|
|
|
<script type="application/javascript" src="./config.js"></script>
|
2021-06-07 17:22:07 +08:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|