Add 403.
This commit is contained in:
parent
d149aef1b6
commit
20ba3e6920
1 changed files with 15 additions and 0 deletions
15
_pages/403.html
Normal file
15
_pages/403.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: "403"
|
||||||
|
permalink: /403.html
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="notfound">
|
||||||
|
<h1 class="notfound-error">403: Das ist verboten</h1>
|
||||||
|
<div class="notfound-line"></div>
|
||||||
|
<p class="notfound-message">
|
||||||
|
Oops! I'm afraid I can't do that, Dave. Let's
|
||||||
|
<a href="{{ site.baseurl }}/">head back home</a>.
|
||||||
|
</p>
|
||||||
|
<p></p>
|
||||||
|
</div>
|
Loading…
Reference in a new issue