forked from mmp/pbr-book-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (17 loc) · 636 Bytes
/
404.html
File metadata and controls
23 lines (17 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Domine|Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="/3ed-2018/pbrstyle.css">
<title>So sorry...</title>
</head>
<body>
<h1>404: Not Found</h1>
<p><big>You seem to have tried to get to a place that doesn't exist. Our sincere
apologies if this was our fault. In consolation, we offer a rendered image.</big></p>
<img src="/404.jpg" width=800 height=800>
</body>
</html>