Modifications
This commit is contained in:
11
templates/logs.html
Normal file
11
templates/logs.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<head>
|
||||
<title>Fichier de texte</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Fichier de texte</h1>
|
||||
<ul>
|
||||
{% for line in lines %}
|
||||
<li>{{ line }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</body>
|
||||
Reference in New Issue
Block a user