summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/sorry.html
blob: d3746492780eb825c6feaef12efb074c636a0253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends 'base.html' %}

{% block title %}Sorry{% endblock %}

{% block content %}
<article class="sorry-block">
    <header>
        <h1>Sorry</h1>
    </header>

    <p>Alas! sad that you're unable to play.</p>

    <p>XOXO.</p>
</div>
{% endblock %}