Updated '404.html' via CloudCannon

This commit is contained in:
Set Hallstrom 2020-07-06 11:23:35 +00:00 committed by CloudCannon
parent 2af4f34e85
commit c714d09033

View file

@ -1,6 +1,8 @@
--- ---
layout: nil 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> <!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);"> <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"> <div class="content editable">
<h1 class="editable">404 This is not a page</h1> <h1 class="editable">{{ page.title }}</h1>
<p>The page you are looking for has moved to the darknet.</p> <p>{{ page.description }}</p>
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li> <li><a href="/" class="button big wide smooth-scroll-middle">Take me back!</a></li>
</ul> </ul>
</div> </div>
<div class="image"> <div class="image">
<img src="/images/kaur-kristjan-cppf4w5pb1c-unsplash.jpg" alt="unfound page" /> <img src="{{ page.image }}" alt="unfound page" />
</div> </div>
</section> </section>