-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
72 lines (54 loc) · 2.33 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" data-theme="dark-poole">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
404: Page not found · kivikakk.ee
</title>
<link rel="stylesheet" href="/styles.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/ashe-icon-144.png">
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="alternate" type="application/atom+xml" title="kivikakk.ee" href="/atom.xml">
<meta name="theme-color" content="#3E2349">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="404: Page not found" />
<meta name="author" content="Asherah Connor" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://kivikakk.ee/404.html" />
<meta property="og:url" content="https://kivikakk.ee/404.html" />
<meta property="og:site_name" content="kivikakk.ee" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="404: Page not found" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Asherah Connor","url":"https://kivikakk.ee"},"headline":"404: Page not found","url":"https://kivikakk.ee/404.html"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<div class="container content">
<header class="masthead">
<h3 class="masthead-title">
<a href="/" title="Home">kivikakk.ee</a>
<nav class="nav">
<small><a href="/">Home</a></small>
<small><a href="/about/">About</a></small>
<small><a href="/index/">Index</a></small>
<small><a href="/atom.xml">RSS</a></small>
</nav>
</h3>
</header>
<main>
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>
</main>
<footer class="footer">
<a href="/archive/">Archived blog</a>
<small>Xx</small>
</footer>
</div>
</body>
</html>