summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/sorry.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/nfsw/templates/sorry.html b/nfsw/templates/sorry.html
index d09a32b..d374649 100644
--- a/nfsw/templates/sorry.html
+++ b/nfsw/templates/sorry.html
@@ -3,9 +3,13 @@
{% block title %}Sorry{% endblock %}
{% block content %}
-<div class="sorry-block">
- <p>It's a pity that you cannot suck up to little bit of human dogshit.</p>
+<article class="sorry-block">
+ <header>
+ <h1>Sorry</h1>
+ </header>
- <p>Another time!</p>
+ <p>Alas! sad that you're unable to play.</p>
+
+ <p>XOXO.</p>
</div>
{% endblock %}