-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="http://www.matrixdesign.com/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Matrix Design矩阵纵横-矩阵纵横设计股份有限公司-兼具业界影响力和当代代表性的中国设计品牌</title>
<!--[if IE]>
<style>
#app {
display: none;
}
</style>
<![endif]-->
<!-- <link
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@300;400;500;600;700&family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" /> -->
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<!-- <script type="text/javascript"
src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=eccezvxTO4FXPDrgEvXi9x4AN6RkTFiT"></script> -->
<!-- <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=b6bba4c9f64ffddf4cabcd1454df975f"></script> -->
</head>
<body>
<!--[if IE]>
<h1 style="position: absolute; width: 100%; text-align: center; top: 45%">
建议使用 <a href="https://www.google.cn/chrome/">Chrome</a>
</h1>
<![endif]-->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>