Files

14 lines
376 B
HTML
Raw Permalink Normal View History

2026-07-27 00:18:42 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
2026-07-27 00:18:42 +08:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>和气平台总后台</title>
</head>
<body>
<div id="app"></div>
2026-07-27 00:18:42 +08:00
<script type="module" src="/src/app/main.ts"></script>
</body>
</html>