Files
mayfly-go/mayfly_go_web/index.html

25 lines
593 B
HTML
Raw Normal View History

<!DOCTYPE html>
2022-11-19 15:05:44 +08:00
<html lang="zh_CN">
<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>
<script type="module" src="/src/main.ts"></script>
</body>
</html>