This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/themes/hugo-strata-theme/layouts/404.html

14 lines
445 B
HTML
Executable File

{{ define "main" }}
<h1>Page not found</h1>
<p>Uh-oh, you seem to have taken a wrong turn! It looks like this was the result of either:</p>
<ul>
<li>A mistyped URL, or a copy-and-paste mistakex</li>
<li>A broken link on a web pages or in an email</li>
<li>Moved or deleted content</li>
</ul>
<p>I suggest that you head to my <a href="{{ .Site.BaseURL }}">Home</a> page from here.</p>
{{ end }}