search and 404 page
This commit is contained in:
parent
175fe7a3e2
commit
125bbb0c3d
3 changed files with 28 additions and 2 deletions
18
pages/404.md
Normal file
18
pages/404.md
Normal 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>
|
Reference in a new issue