-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
170 lines (124 loc) · 4.57 KB
/
404.html
File metadata and controls
170 lines (124 loc) · 4.57 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html><meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>404 Page not found</title>
<link rel="shortcut icon" href="https://ukrainian-history.github.io/cemetery-tour.github.io/images/ukrhec2.ico" type="image/png"
/>
<meta name="description" content="Cemetery tour"
/>
<meta name="keywords" content="some, keywords, for, seo, you, know, google, duckduckgo, and, such"
/>
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://ukrainian-history.github.io/cemetery-tour.github.io/css/screen.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Oswald:400,300,700|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Roboto+Slab:400,100,300,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://ukrainian-history.github.io/cemetery-tour.github.io/font-awesome/css/font-awesome.min.css"
/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Cemetery tour" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ukrainian-history.github.io/cemetery-tour.github.io/404.html" />
<meta property="og:image" content="https://ukrainian-history.github.io/cemetery-tour.github.io/images/cover-image.jpg"/>
<meta property="og:site_name" content="St. Andrew Cemetery and Fisher Family Graveyard self-guided tour" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://ukrainian-history.github.io/cemetery-tour.github.io/images/cover-image.jpg"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Cemetery tour"/>
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Cemetery tour">
<style>
a:hover {
color: #b6b84c;
}
a.btn {
color: white;
background-color: #ced067;
}
a.btn:hover {
background-color: #b6b84c;
}
a.fn-item.active {
color: #b6b84c;
}
a.fn-item:hover {
color: #ced067;
}
.post-holder.odd {
background: #453314;
color: #F0E9DD;
}
.post-holder {
background: #f2efe8;
}
body {
color: #3A4145;
}
.site-footer {
color: #BBC7CC;
background-color: #22343A;
}
</style>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://ukrainian-history.github.io/cemetery-tour.github.io/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://ukrainian-history.github.io/cemetery-tour.github.io/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://ukrainian-history.github.io/cemetery-tour.github.io/images/favicon-16x16.png"
/>
<body>
<main class="content page-template 404" role="main">
<article class="post page">
<header class="post-header">
<a id="blog-logo" href="/cemetery-tour.github.io/">
St. Andrew Cemetery and Fisher Family Graveyard self-guided tour
</a>
</header>
<h1 class="post-title">404 - Page Not Found</h1>
<section class="post-content">
Give it another try:
<a href="/cemetery-tour.github.io/" alt="Homepage">Back to the homepage</a>.
</section>
</article>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright">© Ukrainian History and Education Center</section>
<section></section>
<section>
<a href="https://github.com/janraasch/hugo-scroll/">Design</a> template
built with ♥️ by
<a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
</section>
</div>
</footer>
<script
type="text/javascript"
src="https://code.jquery.com/jquery-1.11.3.min.js"
></script>
<script type="text/javascript" src='https://ukrainian-history.github.io/cemetery-tour.github.io/js/icons.js'></script>
<script type="text/javascript" src='https://ukrainian-history.github.io/cemetery-tour.github.io/js/index.js'></script>
</body>
</html>