opentofu/website/source/404.html.erb
Andrew Langhorn 0e164803a7 Update 404 page
The existing 404 page didn't quite fit in with the style of the rest of the site.
Fixes this by adding a layout value for use during rendering, and adds some nicer markup.
2015-09-19 17:42:33 +01:00

12 lines
145 B
Plaintext

---
layout: "inner"
noindex: true
page_title: "404"
---
<h1>Page not found</h1>
<p>
Unfortunately, the page you requested can't be found.
</p>