Created own theme
This commit is contained in:
15
404.html
Normal file
15
404.html
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: layouts/list
|
||||
permalink: /404.html
|
||||
title: 404
|
||||
description: Siden ble ikke funnet :(
|
||||
---
|
||||
|
||||
<p>Denne siden fantes visst ikke!</p>
|
||||
<p><a onclick="goBack()" href="#">Tilbake</a> til forrige siden, eller til <a href="/">forsiden</a>.</p>
|
||||
|
||||
<script>
|
||||
function goBack() {
|
||||
window.history.back();
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user