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-12-04 10:14:46 +08:00
|
|
|
<title>Tcode</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>
|
|
|
|
|
</html>
|