-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
28 lines (26 loc) · 775 Bytes
/
404.html
File metadata and controls
28 lines (26 loc) · 775 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
27
28
---
layout: default
title: Page Not Found
description: Sorry – the page your looking for doesn't exist.
featured_image: /images/demo/about.jpg
---
<main class="page-post">
<section class="post__header header--single">
<div class="wrap">
<h1 class="post__title">Page not found</h1>
</div>
</section>
<section class="post-full">
<div class="wrap">
<article
class="post__content {% if page.highlight_first %}highlight-first{% endif %}"
>
<p class="hero__text">
Sorry – the page you're looking for doesn't exist. Perhaps you typed
the URL incorrectly, or it may have moved.
</p>
<p><a href="/" class="button--fill">Back To Home</a></p>
</article>
</div>
</section>
</main>