-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
50 lines (49 loc) · 1.89 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="cleartype" content="on" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,user-scalable=0"
/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="mask-icon" href="/favicon.svg" color="#ffffff" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Primary Meta Tags -->
<title>枝网年度报告</title>
<meta name="title" content="枝网年度报告" />
<meta
name="description"
content="枝网年度报告,快来看看你今年发了多少小作文吧!"
/>
<meta
name="keywords"
content="枝网年度报告,ASOULCNKI,查重姬,枝江作文展,定型文,发病文,小作文查重,ASOUL,ASOUL二创,嘉然小姐的狗"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://2021.asoulcnki.asia/" />
<meta property="og:title" content="枝网年度报告" />
<meta
property="og:description"
content="枝网年度报告,快来看看你今年发了多少小作文吧!"
/>
<meta property="og:image" content="" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://2021.asoulcnki.asia/" />
<meta property="twitter:title" content="枝网年度报告" />
<meta
property="twitter:description"
content="枝网年度报告,快来看看你今年发了多少小作文吧!"
/>
<meta property="twitter:image" content="" />
</head>
<body>
<div id="react-app" class="h-full w-full"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>