-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (34 loc) · 1.08 KB
/
404.html
File metadata and controls
41 lines (34 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
404 Page not found | Carsten's Blog
</title>
<link rel="stylesheet" href="https://blog.carsten-rattay.de/css/style.min.f035660efc6fea096468fbac741bf01024ba733b23a1677941d131b99736e440.css" integrity="sha256-8DVmDvxv6glkaPusdBvwECS6czsjoWd5QdExuZc25EA=" crossorigin="anonymous"
type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
</head>
<body><header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://blog.carsten-rattay.de/tags/">Tags</a></li>
</ul>
</nav>
</header><div class="page_404">
<p>The page you are looking for is missing</p>
</div><footer>
<ul>
<li>© 2020 Carsten Rattay</li>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</footer></body>
</html>