Import pages (then remove stuff)
This commit is contained in:
parent
fe36a76239
commit
8408a5d8fa
11 changed files with 658 additions and 0 deletions
21
pages/404.md
Normal file
21
pages/404.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Oops! Nothing here..."
|
||||
subheadline: "404"
|
||||
teaser: "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**.
|
||||
|
||||
|
||||
### Search and Find
|
||||
|
||||
{% include google_search.html %}
|
||||
|
||||
<form onsubmit="google_search()" >
|
||||
<input type="text" id="google-search" placeholder="Search">
|
||||
</form>
|
Reference in a new issue