WebsiteArchive/templates/funny.html
2022-12-28 18:45:26 +00:00

6 lines
No EOL
207 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="content content-img">
<img src="{{ url_for('static', filename='images/funny.jpg') }}" alt="Funny" id="funny">
</div>
{% endblock %}