-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
154 lines (72 loc) · 2.28 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
152
153
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.19" />
<link rel="canonical" href="https://pettyalex.github.io/404/">
<base href="https://pettyalex.github.io/" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pettyalex.github.io/404/" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="">
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/color-dark.css" />
<title>
404 Page not found
</title>
<script src="js/highlight.min.js"></script>
<link rel="stylesheet" href="css/tomorrow-night.min.css" />
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div class="main">
<header>
<div class="header-bar">
<nav>
<div class="siteTitle">
<a href="https://pettyalex.github.io/">My New Hugo Site</a>
</div>
</nav>
</div>
<div class="social-links-header">
</div>
</header>
<div class="err-404" >
<h1 id="title">404 Page not found :(</h1>
</div>
<div class="sitemap" >
<h2>Pages</h2>
<ul>
<li><article itemscope itemtype="http://schema.org/Blog">
<a href="https://pettyalex.github.io/">My New Hugo Site</a>
</article></li>
</ul>
<h2>Posts</h2>
<ul>
<li><article itemscope itemtype="http://schema.org/Blog">
<a href="https://pettyalex.github.io/post/">Posts</a>
</article></li>
<li><article itemscope itemtype="http://schema.org/Blog">
<a href="https://pettyalex.github.io/post/test/">test</a>
</article></li>
</ul>
<div>
<footer>
<div class="social-links-footer">
<div class="social-link">
<a href="https://pettyalex.github.io/index.xml" target="_blank">RSS</a>
</div>
</div>
<div class="copyright"> </div>
<div class="poweredby">
Powered by <a href="https://gohugo.io/">Hugo</a>.
</div>
</footer>
</body>
</html>