-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
149 lines (97 loc) · 4.43 KB
/
404.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="just for fun">
<meta name="Author" content="Marginitor">
<meta name="keywords" content="hugo blog">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script src='https://cdn.jsdelivr.net/npm/mathjax@2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML' async></script>
<link rel="stylesheet" href=https://marginitor.github.io/css/syntax.css>
<link rel="stylesheet" href=https://marginitor.github.io/css/style.css>
<script src="https://kit.fontawesome.com/1b7478c139.js" crossorigin="anonymous"></script>
<title>Marginitor's Shelter In Silence</title>
<link rel="stylesheet" href="https://marginitor.github.io/css/share.min.css" />
<script async src="https://analytics.eu.umami.is/script.js" data-website-id="ea7ce41f-c485-45ea-be09-29a9f2ab90d9"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<meta name="referrer" content="no-referrer-when-downgrade">
</head><body><aside id="sidenav">
<header>
<a href=https://marginitor.github.io><img src="https://marginitor.github.io/avatar.png" alt="avatar"></a>
<a id="branding" href=https://marginitor.github.io>
Marginitor's Shelter In Silence
</a>
</header>
<nav>
<a href="/"
>
<i class="fas fa-home fa-sm"></i>
<span>主页</span>
</a>
<a href="/blog/"
>
<i class="fas fa-keyboard fa-ms"></i>
<span>博客</span>
</a>
<a href="/posts/"
>
<i class="fas fa-bell fa-ms"></i>
<span>通知</span>
</a>
<a href="/categories"
>
<i class="fas fa-bookmark fa-ms"></i>
<span>目录</span>
</a>
<a href="/tags"
>
<i class="fas fa-tags fa-ms"></i>
<span>标签</span>
</a>
<a href="https://github.com/Marginitor"
target="_blank"
>
<i class="fab fa-github fa-ms"></i>
<span>github</span>
</a>
<a href="https://analytics.eu.umami.is/share/1R6IGsbBgu4UiFHb/marginitor.github.io"
target="_blank"
>
<i class="fa fa-line-chart"></i>
<span>统计数据</span>
</a>
<a href="/contact"
>
<i class="far fa-envelope"></i>
<span>联系站主</span>
</a>
</nav>
</aside>
<main id="main">
<a href="javascript:void(0)" id="closebtn" onclick="navToggle()"><i class="fas fa-bars fa-lg"></i></a>
<div class="content">
<div style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);"><iframe src="https://giphy.com/embed/YyKPbc5OOTSQE" width="480" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div>
</div><footer>
<div class="footer-content">
<div class="contact-info">
<div class="footer-mail">
<i class="far fa-envelope"></i> <a href="mailto:1598852340@qq.com">1598852340@qq.com</a> </div>
<div class="footer-phone">
<i class="fas fa-phone"></i> 不留电话,害怕网暴。
</div>
</div>
<p class="copyright meta">Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved.</p>
</div>
</footer></main>
</body>
<script src=https://marginitor.github.io/js/navbutton.js></script>
<script src=https://marginitor.github.io/js/jquery.share.min.js></script>
<script src=https://marginitor.github.io/js/social-share.min.js></script>
</html>