17 lines
688 B
HTML
17 lines
688 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="示例集团 - 集科技研发、金融服务、产业投资于一体的综合性企业集团" />
|
|
<meta name="keywords" content="示例集团,金融服务,科技研发,产业投资,企业咨询" />
|
|
<meta name="author" content="示例集团" />
|
|
<title>示例集团 - 稳健前行 · 携手共赢</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|