-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
151 lines (87 loc) · 3.47 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
150
151
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>404 Page Not Found</title>
<meta name="author" content="Ming" />
<meta name="description" content="Ming 的生活记录~" />
<meta name="generator" content="Hugo 0.72.0" />
<link rel="canonical" href="https://kongzhongsanbu.github.io/404.html" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Ming 的生活记录~" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kongzhongsanbu.github.io/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Ming 的生活记录~"/>
<link rel="stylesheet" href="/css/github-markdown.css" />
<link rel="stylesheet" href="/css/semantic.min.css" />
<link rel="stylesheet" href="/css/site.css" />
</head>
<body style="background-image: url(/images/me2.jpg);">
<div class="flip-container">
<div class="flipper">
<section class="front">
<nav class="ui secondary menu dream-menu">
<div class="item">
<i class="large link bullseye icon dream-flip-toggle" title="Flip it!"></i>
</div>
<div class="item">
<i class="large link home icon" title="Home" onclick="window.location.href = 'https:\/\/kongzhongsanbu.github.io\/'"></i>
</div>
<div class="item">
<i class="large link icon theme-switch" onclick="themeSwitch()"></i>
</div>
</nav>
<div class="ui container dream-404-container">
<div class="ui basic center aligned segment">
<img class="ui centered image dream-404-image" src="/img/404.png" alt="404">
<p>
<button class="ui button" onclick="window.location.href = '/'">Back to home</button>
</p>
</div>
</div>
</section>
<section class="back">
<nav class="ui secondary menu dream-menu">
<div class="item">
<i class="large link bullseye icon dream-flip-toggle" title="Flip it!"></i>
</div>
<div class="item">
<i class="large link home icon" title="Home" onclick="window.location.href = 'https:\/\/kongzhongsanbu.github.io\/'"></i>
</div>
<div class="item">
<i class="large link icon theme-switch" onclick="themeSwitch()"></i>
</div>
</nav>
<div class="ui centered relaxed grid dream-grid dream-back">
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article>
<div class="ui top attached segment">
<h3 class="ui header">Social Links</h3>
</div>
<div class="ui attached segment">
<nav class="ui secondary menu dream-menu dream-socials">
</nav>
</div>
</article>
</section>
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
</section>
</div>
</section>
</div>
</div>
<script src="/js/jquery.min.js"></script>
<script src="/js/semantic.min.js"></script>
<script src="/js/imagesloaded.pkgd.min.js"></script>
<script src="/js/masonry.pkgd.min.js"></script>
<script src="/js/nav.js"></script>
<script src="/js/header.js"></script>
<script src="/js/main.js"></script>
<script src="/js/theme.js"></script>
<script src="/js/html2canvas.min.js"></script>
</body>
</html>