Modification complète du CSS en cours

This commit is contained in:
2023-01-01 21:30:14 +01:00
parent 121da9eefd
commit a8f96501c2
8 changed files with 527 additions and 167 deletions

View File

@@ -4,8 +4,8 @@
<body>
<h1>Fichier de texte</h1>
<ul>
{% for line in lines %}
<li>{{ line }}</li>
{% endfor %}
{% for log in logs %}
<p>{{ log }}</p>
{% endfor %}
</ul>
</body>