-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (20 loc) · 771 Bytes
/
404.html
File metadata and controls
23 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: "404: Page not found"
permalink: /404.html
---
<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, or check out the navigation menu above.</p>
<div class="search-container">
<h3>Search the site</h3>
<form action="/search/" method="get" class="search-form">
<input type="text" id="search-box" name="query" placeholder="Search...">
<button type="submit" class="btn">Search</button>
</form>
</div>
<div class="sitemap-link">
<p>Or check out the <a href="/sitemap/">sitemap</a> to find what you're looking for.</p>
</div>
</div>