sakrecoer-mother-web/404.html
Set Hallstrom e366402abc add 404
2019-12-05 18:44:33 +01:00

26 lines
883 B
HTML

---
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>