-
Notifications
You must be signed in to change notification settings - Fork 1
/
error.html
34 lines (34 loc) · 1.11 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jonathan Cross: Error page.</title>
<meta charset=utf-8>
<meta name="description" content="Travel photography by Jonathan Cross. Includes photos 40+ of countries throughout South Asia, Eastern Europe, and North America.">
<meta name="keywords" content="Jonathan A. Cross, san francisco, jcross, india, nepal, sri lanka, thailand, laos, cambodia, vietnam, bangladesh, backpacker, bulgaria, turkey, switzerland, portugal, berlin.">
<base href="https://jac.pics">
<style type="text/css">
body {
background-color: #b6bbbc;
font-family: verdana,arial,helvetica,sans-serif;
padding: 80px 0;
}
section {
font-size: 12pt;
min-width: 400px;
text-align: center;
}
h1 {
color: #900;
font-family: arial;
font-size: 15pt;
}
</style>
</head>
<body>
<section>
<h1>ERROR</h1>
<p>Sorry, the file you are looking for is gone or moved.</p>
<a href="/">homepage</a> | <a href="/sitemap.xml">sitemap</a> | <a href="/pics/">archive by date</a>
</section>
</body>
</html>