mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-01 12:16:00 +00:00
4 lines
154 B
HTML
4 lines
154 B
HTML
|
{% extends 'layout.html' %}
|
||
|
{% block content %}
|
||
|
<img src="{{ url_for('static', filename='images/funny.jpg') }}" alt="Funny" id="funny">
|
||
|
{% endblock %}
|