Refonte complète
This commit is contained in:
11
.old/templates/logs.html
Normal file
11
.old/templates/logs.html
Normal 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>
|
||||
Reference in New Issue
Block a user