23 lines
No EOL
817 B
Markdown
23 lines
No EOL
817 B
Markdown
---
|
|
title: "404: Page not Found"
|
|
lang: "en"
|
|
permalink: "/404.html"
|
|
---
|
|
The page you requested could not be found. It seems that the page you were
|
|
trying to reach doesn't exist anymore, or maybe it has just moved. We think the
|
|
the best thing to do is to start again from the home page, or use the site
|
|
search feature below.
|
|
|
|
<div class="row my-4 justify-content-center">
|
|
<div class="col-md-7">
|
|
<p class="text-center">Search this website:</p>
|
|
<form class="form-search" role="search" action="{{ "/search/" | relative_url }}">
|
|
<div class="input-group input-group-lg">
|
|
<input type="text" class="form-control" placeholder="What are you looking for?" name="q">
|
|
<span class="input-group-append">
|
|
<button class="btn btn-primary" type="submit">Search</button>
|
|
</span>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div> |