2025-03-12 18:41:20 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
2025-03-19 12:15:11 +08:00
|
|
|
<link rel="icon" href="/logo.png">
|
2025-03-12 18:41:20 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="preconnect" href="//homepage-app.gitcode.com" crossorigin />
|
|
|
|
|
<link rel="dns-prefetch" href="//homepage-app.gitcode.com">
|
|
|
|
|
<link rel="dns-prefetch" href="//usercenter-app.gitcode.com">
|
|
|
|
|
<link rel="dns-prefetch" href="//res.hc-cdn.com">
|
|
|
|
|
<!-- <meta name="referrer" content="no-referrer"> -->
|
2025-07-27 14:42:44 +08:00
|
|
|
<title>可信开源代码库</title>
|
2025-03-12 18:41:20 +08:00
|
|
|
<style type="text/css">
|
|
|
|
|
.icon {
|
|
|
|
|
width: 1em; height: 1em;
|
|
|
|
|
vertical-align: -0.15em;
|
|
|
|
|
fill: currentColor;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
2025-03-13 20:15:13 +08:00
|
|
|
<!-- <script type="text/javascript" src="https://cdn-static.gitcode.com/js/gitcode-icon.js"></script>-->
|
|
|
|
|
<!-- <script type="text/javascript" src="https://cdn-static.gitcode.com/js/event-msg.min.0.0.2.js"></script>-->
|
|
|
|
|
<!-- <script type="text/javascript" src="https://cdn-static.gitcode.com/js/lottie.min.js" defer></script>-->
|
|
|
|
|
<!-- <script type="text/javascript" src="https://cdn-static.gitcode.com/js/furion.js" defer></script>-->
|
2025-03-12 18:41:20 +08:00
|
|
|
<!-- baidu统计 -->
|
|
|
|
|
<script>
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
_hmt.push(['_setAutoPageview', false]);
|
|
|
|
|
(function() {
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?62047c952451105d57bab2c4af9ce85b";
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
</html>
|