aboutsummaryrefslogtreecommitdiff
path: root/_pages/404.html
blob: 42aec995b9afef5921b327df7fe3570129259446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
permalink: "404.html"
title: "Error 404"
layout: default
---

<section class="container centered">
    <div class="error">
        <h1>404</h1>
        <h2>Page Not Found</h2>
        <p>Sorry, this page does not exist.<br/>You can head back to <a href="{{ site.baseurl | uri_escape }}">homepage</a>.</p>
    </div>
</section>