feat(frontend): add management portal landing page
This commit is contained in:
18
frontend/site/index.html
Normal file
18
frontend/site/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="和气智能瓶阀、气站运营与配送履约一体化管理入口"
|
||||
/>
|
||||
<meta name="theme-color" content="#f7faff" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/heqi-logo.svg" />
|
||||
<title>和气 · 管理系统入口</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user