microblog2/app/templates/about.html

10 lines
264 B
HTML
Raw Normal View History

2023-09-19 04:33:01 +00:00
{% extends "base.html" %} {% block app_content %}
<h1>A propos</h1>
<p>
Bonjour, je m'appelle Gaëtan et j'ai modifié
<a href="https://github.com/miguelgrinberg/microblog"
>l'application Microblog de Miguel Grinberg pour ce TP</a
>.
</p>
{% endblock %}