summaryrefslogblamecommitdiffstats
path: root/templates/404.html
blob: 6eadf4d0e9f507d7a48da1a0b284e795bd36a10d (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                    


                   
                                                                                
                                                     
                                                                                       

                      
{% extends "page.html" %}

{% block title %}404 · {{ config.title }}{% endblock title %}

{% block content %}
    <article>
        <center><h1 style="font-size:10rem; margin-bottom: 0;">404</h1></center>
        <center><p>Page not found, dude.</p></center>
        <center><p>Click <a href="/">here</a> to return to the front page.</p></center>
    </article>
{% endblock content %}