-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 3.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.ico" />
<link href="https://fonts.cdnfonts.com/css/sofia-pro" rel="stylesheet" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://chinese-fonts-cdn.deno.dev/packages/lxgwmanhei/dist/LXGWMarkerGothic/result.css" crossorigin="anonymous" />
<link rel="stylesheet" href="https://chinese-fonts-cdn.deno.dev/packages/hwmct/dist/汇文明朝体/result.css" crossorigin="anonymous" />
<link rel="stylesheet" href="https://chinese-fonts-cdn.deno.dev/packages/mzxst/dist/MZPXorig/result.css" crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/dyh/dist/SmileySans-Oblique/result.css' crossorigin="anonymous"/>
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/zhbtt/dist/字魂扁桃体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/jhlst/dist/京華老宋体v1_007/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/kksjt/dist/kuaikanshijieti20231213/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/scjssh/dist/素材集市社会体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/zjmc/dist/装甲明朝体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://chinese-fonts-cdn.deno.dev/packages/pmzdxxt/dist/庞门正道细线体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/京華老宋体/result.css' crossorigin="anonymous"/>
<link rel='stylesheet' href='https://f.0211120.xyz/font/初夏明朝体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/得意黑/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/快看世界体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/月星楷/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/朱雀仿宋/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/汇文明朝体/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/目哉像素/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/芫荽/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/霞鹜文楷/result.css' crossorigin="anonymous" />
<link rel='stylesheet' href='https://f.0211120.xyz/font/霞鹜漫黑/result.css' crossorigin="anonymous" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RepoShare</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>