mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
13 lines
310 B
HTML
Executable File
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 %}
|