summaryrefslogblamecommitdiffstats
path: root/nfsw/templates/sorry.html
blob: d6bb6464c6efe5f77fb09cfea2037f48f4af7195 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                    





                                 
 
                                                        
 


                        

              



                                                                            
{% extends 'base.html' %}

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

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

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

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

{% block css %}
<link rel="stylesheet" href="{{ url_for('static', filename='sorry.css') }}">
{% endblock %}