forked from RE3-Github-Organization/Cuttle-Fish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (20 loc) · 719 Bytes
/
404.html
File metadata and controls
27 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: '404'
description: 'Du har kommit fel'
image: /images/matrix.jpg
layout: default
sitemap: false
_unlisted: true
---
<!-- Banner -->
<section id="banner" style="background-color:rgba(240, 242, 255, 0.25);background-image: url({{ page.image }});background-size:cover;background-repeat:no-repeat;">
<div class="content">
<header>
<h2>404</h2>
<p>Hoppsan, du har kommit fel. Vi ber om ursäkt för det</p>
<br /><a href="/" class="button primary">Tillbaka till hemsidan</a></li>
</ul>
</header>
<span class="image"><img src="/images/avatar.png" alt="" class="editable" /></span>
</div>
</section>