summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
blob: dfe20908308adf75ecc526907bdc5e5a0d27a67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ define "main" }}

<section class="introduction">
    <div class="container">
        <h1 class="accent">404</h1>
        <p><strong>Page not found</strong></p>
    </div>

    <p>
        Sorry, we've misplaced that URL or it's pointing to something
        that doesn't exist.
    </p>

    <p>
        <a href="{{ "/" | relURL }}">Head back home to try finding it again</a>.
    </p>
</section>