fix(base): Specify language of HTML pages and add myself in the footer

This commit is contained in:
AudricV 2024-02-22 11:05:36 +01:00
parent b2b3fe280e
commit 80b12fde8c
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{% block title %}{{app.title}}{% endblock %}</title>
@ -52,7 +52,7 @@
{% block footer %}
<footer>
<p>Done by: Capelier 🏳️‍⚧️ — Rubini 💅 — Simaila 🤓</p>
<p>Done by: Capelier 🏳️‍⚧️ — Rubini 💅 — Simaila 🤓 — V????? 🛠️</p>
</footer>
{% endblock %}
</body>