-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
100 lines (57 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.54.0" />
<title>404 Page not found - </title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link href="https://19970711.github.io//css/bootstrap.min.css" rel="stylesheet">
<link href="https://19970711.github.io//css/strange-case.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
</head>
<body class="">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-md-3 col-lg-3 sidebar">
<div class="sidebar-content">
<a href="https://19970711.github.io/"><h1>My New Hugo Site</h1></a>
<p></p>
<ul class="sidebar-menus">
</ul>
<div class="sidebar-recent hidden-xs">
<p>Recent Posts:</p>
<ul>
<li><a href="https://19970711.github.io/post/blog/">Blog</a></li>
<li><a href="https://19970711.github.io/categories/">Categories</a></li>
<li><a href="https://19970711.github.io/">My New Hugo Site</a></li>
<li><a href="https://19970711.github.io/post/">Posts</a></li>
<li><a href="https://19970711.github.io/tags/">Tags</a></li>
</ul>
</div>
<p class="copyright">© 2020. All rights reserved. </p>
<p class="attr">Powered by <a href="http://gohugo.io">Hugo</a> & <a href="https://github.com/ExchangeRate-API/strange-case">Strange Case</a> (inspired by <a href="https://github.com/poole/hyde">Hyde</a>).</p>
</div>
</div>
<div class="col-sm-7 col-sm-offset-4 col-md-6 col-md-offset-3 col-lg-5 col-lg-offset-3 content">
<div class="post">
<div class="post-heading">
<h1>404 Not Found</h1>
<p>Unfortunately we couldn't find the page you requested.</p>
<p><a href="https://19970711.github.io/">Return to My New Hugo Site</a></p>
</div>
</div>
</div>
<div class="col-sm-1 col-md-3 col-md-4">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://19970711.github.io//js/bootstrap.min.js"></script>
</body>
</html>