add 404
This commit is contained in:
parent
c8082f4379
commit
e366402abc
26
404.html
Normal file
26
404.html
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
title: Error 404
|
||||||
|
description: That something isn't here. You can always reach out and ask. If it's gone and you miss it we can fix it!
|
||||||
|
layout: default
|
||||||
|
image: /siteicon.png
|
||||||
|
---
|
||||||
|
|
||||||
|
<div id="hero">
|
||||||
|
<div class="pivot">
|
||||||
|
<h1>{{ site.title }}</h1>
|
||||||
|
<h2>{{ page.title }}</h2>
|
||||||
|
<h2>{{ page.description }}</h2>
|
||||||
|
{% include liberapay.html %}
|
||||||
|
</div>
|
||||||
|
<div class="fullscreen-bg">
|
||||||
|
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
|
||||||
|
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
|
||||||
|
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="background: linear-gradient(45deg, #ff00ff, #416a00);">
|
||||||
|
<div class="trackcontainer logo" style="margin-top:0;padding-top:0;">
|
||||||
|
{% include cookiemonster.html %}
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Reference in a new issue