jifuyun-order-v1/index.html

14 lines
420 B
HTML
Raw Normal View History

2025-05-06 23:40:33 +08:00
<!doctype html>
2025-05-14 13:24:05 +08:00
<html lang="zh-CN">
2025-05-06 23:40:33 +08:00
<head>
2025-06-09 13:53:35 +08:00
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
2025-05-06 23:40:33 +08:00
<link rel="icon" type="image/svg+xml" href="/order.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-06-09 13:53:35 +08:00
<title>商户订单处理系统</title>
2025-05-06 23:40:33 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>