cheatsheets/_layouts/2017/not_found.html

26 lines
483 B
HTML

---
type: website
permalink: /404.html
---
{% include 2017/head.html %}
{% include 2017/top-nav.html page=page noshare=true %}
<div class='body-area -slim'>
<div class='site-header'>
<h1>
Not found
</h1>
<p>
Sorry, we don't have a cheatsheet for this yet. Try searching!
</p>
{% include 2017/search-form.html %}
<p class='action'>
<a class='push-button' href='./'>Back to home</a>
</p>
</div>
</div>
{% include 2017/foot.html %}