mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
25 lines
590 B
HTML
25 lines
590 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>
|
|
<script type="application/javascript" src="./config.js"></script>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|