mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
get ducked!
This commit is contained in:
10
src/templates/duck.html
Normal file
10
src/templates/duck.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% block content %}
|
||||
<div class="foreground">
|
||||
<h2>What the duck?</h2>
|
||||
<img
|
||||
alt="mega spinney duck"
|
||||
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
|
||||
/>
|
||||
<h3>Stop disturbing the duck, can't you see he's busy spinning?</h3>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user