fix(base): Specify language of HTML pages and add myself in the footer
This commit is contained in:
parent
b2b3fe280e
commit
80b12fde8c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user