ducks spinning

This commit is contained in:
2023-04-23 14:38:51 -05:00
parent 23d6e12768
commit 726ff889c3
3 changed files with 25 additions and 1 deletions

View File

@@ -19,7 +19,26 @@
}}
</div>
<br />
{% from 'partials/bookshelf.html' import bookshelf %} {{ bookshelf(var.books) }}
{% from 'partials/bookshelf.html' import bookshelf %} {{
bookshelf(var.books) }}
<br />
<div class="flex">
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
</div>
</div>
</div>
</div>