-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
52 lines (49 loc) · 2.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="description" content="An index of In Our Time episodes and their associated Wikipedia pages." />
<meta property="og:url" content="" />
<meta property="og:title" content="in our time" />
<meta property="og:description" content="An index of In Our Time episodes and their associated Wikipedia pages." />
<meta name="theme-color" content="#000">
<title>in our time</title>
<link rel="stylesheet" type="text/css" href="./client/css/common.03.css" />
<link rel="stylesheet" type="text/css" href="./client/css/index.03.css" />
<link rel="icon"
href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Official_portrait_of_Lord_Bragg_crop_2.jpg/440px-Official_portrait_of_Lord_Bragg_crop_2.jpg" />
</head>
<body>
<main>
<header>
<div class="flex-row space-between">
<span></span>
<div class="flex-row" style="gap: 2rem">
<a href="./">list</a>
<a href="./world.html">world</a>
<!-- <a href="/guest/">all guests</a> -->
<a href='https://github.com/shelbywilson/melvyn' target="_blank">about</a>
</div>
</div>
<h1>
Page not found
</h1>
<p>
<a href="./">← back to list</a>
</p>
<p>
<a href="./world.html">← back to world</a>
</p>
<p>
<a href="https://www.bbc.co.uk/programmes/b006qykl" target="_blank" rel="nofollow">browse In Our Time on the BBC ↗ </a>
</p>
<p>
<a href="https://en.wikipedia.org/wiki/List_of_In_Our_Time_programmes" target="_blank" rel="nofollow">browse List of In Our Time Programmes on Wikipedia ↗ </a>
</p>
</main>
</body>
</html>