-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
58 lines (57 loc) · 2.54 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
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<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="/pwa-192x192.png" />
<link rel="mask-icon" href="/favicon.svg" color="#ffffff" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#60a5fa" />
<meta name="color-scheme" content="dark light" />
<!-- Primary Meta Tags -->
<title>枝网查重</title>
<meta name="title" content="枝网查重" />
<meta
name="description"
content="枝网查重,ASOUL评论区小作文查重平台。另有枝江作文展,重振小作文荣光,我辈义不容辞!"
/>
<meta
name="keywords"
content="枝网查重,ASOULCNKI,查重姬,枝江作文展,定型文,发病文,小作文查重,ASOUL,ASOUL二创,嘉然小姐的狗"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://asoulcnki.asia/" />
<meta property="og:title" content="枝网查重" />
<meta
property="og:description"
content="枝网查重,ASOUL评论区小作文查重平台。另有枝江作文展,重振小作文荣光,我辈义不容辞!"
/>
<meta property="og:image" content="" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://asoulcnki.asia/" />
<meta property="twitter:title" content="枝网查重" />
<meta
property="twitter:description"
content="枝网查重,ASOUL评论区小作文查重平台。另有枝江作文展,重振小作文荣光,我辈义不容辞!"
/>
<meta property="twitter:image" content="" />
<!-- PWA Cache -->
<!-- <link rel="dns-prefetch" href="https://cdn.jsdelivr.net/" /> -->
<!-- <link rel="preconnect" crossorigin="anonymous" href="https://cdn.jsdelivr.net/" /> -->
<!-- <link
crossorigin="anonymous"
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/element-plus@1.0.2-beta.71/packages/theme-chalk/lib/index.css"
/> -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="/registerSW.js"></script>
</body>
</html>