unis_crm/frontend/index.html

14 lines
371 B
HTML
Raw Permalink Normal View History

2026-03-19 06:23:03 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-03-20 08:39:07 +00:00
<link rel="icon" type="image/svg+xml" href="/crm-favicon.svg" />
<title>紫光汇智CRM</title>
2026-03-19 06:23:03 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>