generated from zerosoul/react-starter
-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
62 lines (56 loc) · 2.45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<!-- 优先使用 IE 最新版本和 Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="referrer" content="never" />
<meta name="description" content="awesome github repository star statistics tool" />
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<!-- 启用360浏览器的极速模式(webkit) -->
<meta name="renderer" content="webkit" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="static/apple-touch-icon.png" />
<link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#da532c" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="static/site.webmanifest" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png" />
<!-- browserconfig.xml for window 8 & 10 -->
<meta name="msapplication-config" content="static/browserconfig.xml" />
<!-- fork corner -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-corner/dist/fork-corner.min.css">
<script src="https://cdn.jsdelivr.net/npm/fork-corner/dist/fork-corner.min.js" defer></script>
<title>Awesome github star statistics tool</title>
</head>
<body ontouchstart="">
<noscript>
您需要开启Javascript功能
</noscript>
<div id="root"></div>
<a href="https://github.com/zerosoul/github-star-stats" target="_blank" id="fork-corner"
class="fork-corner fc-pos-tr fc-animate fc-theme-github fc-size-small"></a>
<script type="module" src="/src/main.jsx"></script>
</body>
<!-- Hotjar Tracking Code for https://stars.yangerxiao.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 1525780, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</html>