mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-09-22 11:35:33 -05:00
14 lines
301 B
HTML
Executable File
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 %}
|