diff options
| author | Arne Rief <riearn@proton.me> | 2026-03-27 11:29:40 +0100 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-03-27 11:29:40 +0100 |
| commit | e0ca887623682d059c6513a1ce36228d4e8c4f21 (patch) | |
| tree | 87c4304b4c1b7fc28acaa230485f12730b04fc9c /templates/apology.html | |
Diffstat (limited to 'templates/apology.html')
| -rw-r--r-- | templates/apology.html | 12 |
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 |
