-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (26 loc) · 1.45 KB
/
Copy path404.html
File metadata and controls
32 lines (26 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="img/favicon-879049c7a48d25b42ff7d479707c6e0c.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="css/viewer.css" media="all" rel="stylesheet" />
<link href="css/pdfjs_local_v1_0.css" media="all" rel="stylesheet" />
<title>Page not found.</title>
<style>.site-container, .site-error, .image-align-center { background-color: #f3f3f3;}.site-error{ width: 40%;margin-left: auto;margin-right: auto; }h1{ font-size: 20px; }</style>
</head>
<body>
<div class="site-container">
<div class="site-error">
<h1>Sorry! </h1>
<p>The issue you requested could not be found. If you've discovered a broken link please <a href="/contact/" target="_blank" rel="noopener noreferrer">let us know</a>. </p>
<figure id="notfound" class="image-align-center">
<img src="img/1.08-100.jpg">
<figcaption>
<strong>Blue Grass Review. Miss Virginia Hayes checking old newspapers at Lexington Public Library.</strong> <br>This photograph (1.08-100) was published on Jan 11th, 1953 by <i>The Lexington Herald-Leader</i>.<br>
</figcaption>
</figure>
</div>
</div>
</body>
</html>