-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (101 loc) · 2.79 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="hsl(0, 0%, 96%);" />
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="hsl(0, 0%, 8%);"
/>
<meta name="author" content="鬼影233" />
<meta name="description" content="鬼影的基地" />
<meta
name="keywords"
content="鬼影, 鬼影的基地, 鬼影233, 博客, 部落格, Blog"
/>
<meta property="og:title" content="鬼影的基地" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:url" content="https://gui-ying233.github.io/Nest/" />
<meta property="og:site_name" content="鬼影的基地" />
<meta property="og:description" content="鬼影的基地" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="鬼影的基地" />
<link rel="canonical" href="https://gui-ying233.github.io/Nest/" />
<link rel="icon" type="image/x-icon" href="src/asset/favicon.ico" />
<link rel="apple-touch-icon" href="src/asset/favicon.ico" />
<title>鬼影的基地 - 鬼影233</title>
<script async src="src/js/clarity.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZMHY61ZCQE"
></script>
<script async src="src/js/gtag.js"></script>
<script
async
src="https://hm.baidu.com/hm.js?abdce5cc5a81bdfb51506edb4641e824"
></script>
<link rel="stylesheet" href="src/css/base.css" />
<script type="speculationrules">
{
"prerender": [
{
"where": { "href_matches": "/*" },
"eagerness": "moderate"
}
],
"prefetch": [
{
"where": { "selector_matches": "a[target='_blank']" },
"eagerness": "moderate"
}
]
}
</script>
</head>
<body>
<h1>鬼影的基地</h1>
<ol>
<li>
<a
href="https://stats.uptimerobot.com/YA7oGr0wpq"
target="_blank"
>萌娘百科监测</a
>
</li>
<li>
<a href="CSS Pixel Art">CSS 像素画的方法</a>
</li>
<li>
<a href="Flex Table">CSS 自适应简单 Table</a>
</li>
<li>
<a href="Viper on macOS">在 macOS 上部署 Viper</a>
</li>
<li>
<a href="Safari animation Bug">Safari animation Bug</a>
</li>
<li>
<a href="CodeMirror url() Bug">CodeMirror url() Bug</a>
</li>
<li>
<a href="Adding QQ Mail to Apple Mail for iOS"
>在 iOS 的 Apple Mail 中添加 QQ邮箱</a
>
</li>
<li>
<a href="Moegirlpedia Comment List IP Leak"
>萌娘百科评论区 IP 泄露</a
>
</li>
<li>
<a href="Convert Data Types in CSS"
>在 CSS 中进行数据类型转换</a
>
</li>
</ol>
</body>
</html>