-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (97 loc) · 3.86 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>
光影障目;
</title>
<link rel="stylesheet" href="/libs/highlight/styles/monokai-sublime.css">
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<meta name="generator" content="Hexo 6.1.0"></head>
<body id="bodyx">
<div class="hd logodiv">
<img src="/img/logo.png" class="logopng">
<p class="logot"><span class="logo_1"><</span><span class="logo_2">/</span><span class="logo_3">#</span> Daniel <span class="logo_3">#</span><span class="logo_2">/</span><span class="logo_1">></span></p>
</div>
<div class="hd">
<ol class="breadcrumb">
<li><a class="ba" href="/project/index.html">作品</a></li>
<li><a class="ba" href="/domain/index.html">域名</a></li>
<li><a class="ba" href="/links/index.html">友联</a></li>
<li><a class="ba" href="/about/index.html">关于</a></li>
<li><a class="ba" target="_blank" rel="noopener" href="https://github.com/dddaniel1">Github</a></li>
</ol>
<hr class="breadcrumbhr">
</div>
<div class="hd">
<div class="titlex">
<p><span class="jing">#</span>
2022
</p>
</div>
<a class="flink" href="/article/index.html">
<div class="list">
<div class="postname">
article
</div>
<div class="posttime">
三月 13日
</div>
</div>
</a>
<a class="flink" href="/hello-world/index.html">
<div class="list">
<div class="postname">
Hello World
</div>
<div class="posttime">
三月 13日
</div>
</div>
</a>
</div>
<div class="footer" id="footer">
<p>Copyright © 2020 <a class="flink" target="_blank" rel="noopener" href="https://hexo.io">Hexo</a>-<a class="flink" target="_blank" rel="noopener" href="https://github.com/sanjinhub/hexo-theme-geek">Geek</a>.
<label class="el-switch el-switch-green el-switch-sm" style="vertical-align: sub;">
<input type="checkbox" name="switch" id="update_style">
<span class="el-switch-style"></span>
</label>
<!-- <script type="text/javascript">
var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1278548644'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "v1.cnzz.com/stat.php%3Fid%3D1278548644%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));
</script> -->
</p>
</div>
<input type="hidden" id="web_style" value="black">
<input type="hidden" id="valine_appid" value="0mxUERdckFzvp97bFJLRQ9uA-gzGzoHsz">
<input type="hidden" id="valine_appKey" value="CmiHdtTSMKYXxuVDytRfkC0s">
<script src="/libs/jquery.min.js"></script>
<script src="/libs/highlight/highlight.pack.js"></script>
<script src='//cdn.jsdelivr.net/npm/[email protected]/dist/Valine.min.js'></script>
<script src="/js/js.js"></script>
<style type="text/css">
.v * {
color: #698fca;
}
.v .vlist .vcard .vhead .vsys {
color: #3a3e4a;
}
.v .vlist .vcard .vh .vmeta .vat {
color: #638fd5;
}
.v .vlist .vcard .vhead .vnick {
color: #6ba1ff;
}
.v a {
color: #8696b1;
}
.v .vlist .vcard .vhead .vnick:hover {
color: #669bfc;
}
</style>
</body>
</html>