Files
asimonson1125.github.io/src/templates/duck.html
2025-05-09 15:35:42 -05:00

13 lines
310 B
HTML
Executable File

{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<h1>What the duck?</h1>
<img
alt="mega spinney duck"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
style="max-width: calc(100% - 2em);"
/>
</div>
<!-- BONUS DUCKS! -->
{% endblock %}