-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (25 loc) · 753 Bytes
/
404.html
File metadata and controls
26 lines (25 loc) · 753 Bytes
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
---
layout: nil
title: You are lost!
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ page.title }} on Knife.io">
<meta name="author" content="Knife.io">
<link rel="alternate" type="application/atom+xml" href="/index.xml">
<link rel="stylesheet" href="/css/app.css">
<title>You are lost!</title>
</head>
<body>
{% include aside.ext %}
<article class="page-404 content-block">
<h1>It seems you're lost!</h1>
<p>Can't find the item you were looking for,
return to the <a href="/">homepage</a>.</p>
</article>
{% include analytics.ext %}
</body>
</html>