-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
94 lines (52 loc) · 2.56 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jhe's blog - 404 Page not found </title>
<meta content="Jhe's blog" name="keywords">
<meta content="Jhe's blog - A website called Jhe's blog" name="description">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/layui/css/layui.css">
<link rel="stylesheet" href="/self/css/default.css">
<script src="/layui/layui.js"></script>
<link rel="stylesheet" async href="/self/css/markdown.min.css">
<link rel="stylesheet" async href="/self/css/gallery.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous">
<script async src="https://cdn.jsdelivr.net/npm/lazysizes@5.2.0/lazysizes.min.js" integrity="sha256-h2tMEmhemR2IN4wbbdNjj9LaDIjzwk2hralQwfJmBOE=" crossorigin="anonymous"></script></head>
<body>
<header class="layui-header layui-bg-cyan">
<a class="nav-self-logo" href="/">
Jhe's blog
</a>
<ul class="layui-nav layui-layout-right layui-bg-cyan" lay-filter="">
<li class="layui-nav-item" id="nav_big"><a href="/post/">Posts</a></li>
<li class="layui-nav-item" id="nav_small">
<a href="javascript:;">
<i class="layui-icon layui-icon-app" style="font-size: 24px;"></i>
</a>
<dl class="layui-nav-child">
<dd><a href="/post/">Posts</a></dd>
</dl>
</li>
</ul>
</header>
<script>
layui.use('element', function(){
var element = layui.element;
});
</script>
<div id="content" style="min-height:80%">
<main>
<div class="intro">
<h1>404 Not Found</h1>
<h2>Don't panic. Go <a href="/">Home</a></h2>
</div>
</main>
</div><footer>
<div class="layui-container">
<p class="copyright">© All rights reserved. Powered by <a href='https://gohugo.io' style='color:#FFFFFF'>Hugo</a> and <a href='https://github.com/ertuil/erblog' style='color:#FFFFFF'>Erblog</a>.</p>
</div>
</footer>
</body>
</html>