diff options
Diffstat (limited to '404.md')
-rw-r--r-- | 404.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +--- +layout: default +title: Page not found +permalink: /404 +nav_exclude: true +search_exclude: true +description: Opps. The page you are looking for got lost. + +--- + +<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | absolute_url }}">site's home page</a>.</p> |