Updated '404.html' via CloudCannon
This commit is contained in:
parent
2af4f34e85
commit
c714d09033
1 changed files with 6 additions and 4 deletions
10
404.html
10
404.html
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
layout: nil
|
||||
title: Error 404
|
||||
title: Error 404 This is not a page
|
||||
description: The page you are looking for has moved to the darknet.
|
||||
image: /images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
|
|
@ -31,15 +33,15 @@ title: Error 404
|
|||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||
|
||||
<div class="content editable">
|
||||
<h1 class="editable">404 This is not a page</h1>
|
||||
<p>The page you are looking for has moved to the darknet.</p>
|
||||
<h1 class="editable">{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="/images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg" alt="unfound page" />
|
||||
<img src="{{ page.image }}" alt="unfound page" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue