Modifications

This commit is contained in:
2022-12-31 11:33:44 +01:00
parent 23d5d0d20d
commit d2397191a0
8 changed files with 55 additions and 8 deletions

View File

@@ -9,4 +9,17 @@
<!-- <a class="btn btn-success" href="{{url_for('download')}}">Download</a> -->
<button onclick="window.location.href ='{{url_for('download')}}';">Download</button>
<button onclick="window.location.href = '/';">Télécharger à nouveau</button>
<form class="logs">
<div><h1>Fichier de texte</h1></div>
<div>
<ul>
{% for line in result2 %}
<li>{{ line }}</li>
{% endfor %}
</ul>
</div>
</form>
</body>