get ducked!

This commit is contained in:
2023-04-23 21:26:35 -05:00
parent 726ff889c3
commit 2925a7c8e9
3 changed files with 35 additions and 17 deletions

10
src/templates/duck.html Normal file
View File

@@ -0,0 +1,10 @@
{% block content %}
<div class="foreground">
<h2>What the duck?</h2>
<img
alt="mega spinney duck"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
/>
<h3>Stop disturbing the duck, can't you see he's busy spinning?</h3>
</div>
{% endblock %}