mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 07:20:24 +08:00
21 lines
581 B
HTML
21 lines
581 B
HTML
<!DOCTYPE html>
|
|
<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-go" />
|
|
<meta name="description" content="" />
|
|
|
|
<link type="favicon" rel="shortcut icon" href="favicon.ico" />
|
|
<title>mayfly-go</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> |