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

<div class="jumbotron text-center">
  <h1>404: Not Found</h1>
  <p>Sorry, this page does not exist.</p>
  <p>
    <a class="btn btn-lg btn-primary" role="button" href="/">Home page</a>
    <a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a>
  </p>
</div>