Refonte complète

This commit is contained in:
2023-01-02 22:14:21 +01:00
parent a8f96501c2
commit 9c4a98bb60
13 changed files with 297 additions and 107 deletions

11
.old/templates/logs.html Normal file
View File

@@ -0,0 +1,11 @@
<head>
<title>Fichier de texte</title>
</head>
<body>
<h1>Fichier de texte</h1>
<ul>
{% for log in logs %}
<p>{{ log }}</p>
{% endfor %}
</ul>
</body>