-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 967 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/image/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="面包屑,菜单,React,Component,新手指引,图形验证码,甘特图,ppt效果,文字打印效果" />
<meta name="author" content="guguji5">
<meta name="keywords" content="面包屑,菜单,React,Component,新手指引,图形验证码,甘特图,ppt效果,文字打印效果" />
<title>Awesome React Components</title>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a1eec6607ff49131a9bff7a9c6cff6e2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>