-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (26 loc) · 1.41 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
---
permalink: /404.html
layout: null
---
<html>
<head>
<meta content='Digital Preservation is People' property='og:title' />
<title>Digital Preservation is People</title>
<link href='{{ site.url }}/images/fav.png' rel='shortcut icon'>
<link rel="stylesheet" href="{{ site.url }}/stylesheets/style.css"/>
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content='{{ site.url }}' property='og:url' />
<meta content="{{ site.description }}" property='og:description' />
<meta content="blog" property="og:type" />
</head>
<body class="lh-copy dark-gray ph3 pv5 f6 sans-serif tc bg-super-white">
<img src="{{ site.url }}/images/404.png" alt="not found" width="160" class="mb3" /><br>
<a href="{{ site.url }}" class="link blue hover-gray">Home</a>
<p>We're sorry that a 404 link not found has appeared.<br/>We do our best to avoid these and will
do our best to get you where you need to go.<br/>Please head back to the home page if you think you
can get to what you want from there.<br/>Please feel free to contact a member of the team here:
<a alt="#digipres people support" href="https://github.com/digital-preservation-is-people/digital-preservation-is-people.github.io/issues">Digital Preservation is People::Issues</a></p>
</div>
</body>
</html>