Files
asimonson1125.github.io/src/templates/duck.html
2026-09-05 23:47:16 -05:00

14 lines
301 B
HTML
Executable File

{% block content %}
<div class="page">
<header class="page-head">
<h1 class="display">What the duck?</h1>
</header>
<img
class="duck"
alt="mega spinney duck"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
/>
</div>
<!-- BONUS DUCKS! -->
{% endblock %}