1
0
Fork 0

search and 404 page

This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 13:51:38 +01:00
parent 175fe7a3e2
commit 125bbb0c3d
3 changed files with 28 additions and 2 deletions

18
pages/404.md Normal file
View file

@ -0,0 +1,18 @@
---
layout: page
title: "404"
subheadline: "Oops! There is noting here..."
description: "..., this is an error-page. Maybe the webpage moved or we deleted it. Or did you maybe mistype the URL?"
permalink: "/404.html"
---
## No problem!
Try...
...to start over on the [home page]({{ site.url }}).
...our **search**.
{% include google_search.html %}
<form onsubmit="google_search()" >
<input type="text" id="google-search">
</form>