summaryrefslogtreecommitdiff
path: root/templates/apology.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apology.html')
-rw-r--r--templates/apology.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/apology.html b/templates/apology.html
new file mode 100644
index 0000000..f8b22b6
--- /dev/null
+++ b/templates/apology.html
@@ -0,0 +1,12 @@
+{% extends "layout.html" %}
+
+{% block title %}
+ Apology
+{% endblock %}
+
+{% block main %}
+ <!-- alternative image bouncer: https://t3.ftcdn.net/jpg/01/18/77/66/240_F_118776660_d6FDZKGs2tnFLn50wyHG87yfeZQhWhU0.jpg -->
+ <img alt="{{ top }}" class="border" src="http://memegen.link/custom/{{ top | urlencode }}/{{ bottom | urlencode }}.jpg?alt=https://image.freepik.com/vektoren-kostenlos/realistisches-design-des-insolvenzkonzepts_52683-36058.jpg" title="{{ top }}">
+ <br>
+ <a button href="/" class="btn btn-success" role="button" style="margin-top: 20px">Return to Main Page</a>
+{% endblock %} \ No newline at end of file