-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
25 lines (22 loc) · 936 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not found - Civ Book Viewer</title>
<meta property="og:type" content="object" />
<meta property="og:title" content="404 Not found" />
<meta property="og:description" content="Read full books written on Civ servers." />
<meta property="og:site_name" content="Civ Book Viewer" />
<meta property="og:url" content="https://CivBooks.github.io/" />
<meta property="og:image" content="https://CivBooks.github.io/img/icon.png" />
<link rel="shortcut icon" href="img/icon.png">
</head>
<body>
<a class="back-home" href="https://CivBooks.github.io/">Civ Books</a>
<h1>404 Not found</h1>
<p>The link you used points to an unknown page.</p>
<h2><a href="https://CivBooks.github.io/">Go to the landing page</a></h2>
</body>
</html>