just a whole lot of things

This commit is contained in:
2024-05-05 15:12:52 -05:00
parent 391d5a1768
commit f679f970f7
6 changed files with 196 additions and 155 deletions

View File

@@ -1,11 +1,12 @@
{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<h2>What the duck?</h2>
<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 %}