Create index.html

This commit is contained in:
Guillaume 2022-12-26 18:52:28 +01:00 committed by GitHub
parent d96792fd26
commit b750014b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
templates/index.html Normal file
View File

@ -0,0 +1,9 @@
<form method="POST">
<label for="url">URL:</label>
<input type="text" name="url" id="url">
<input type="submit" value="Téléchargement">
</form>
{% if message %}
<p>{{ message }}</p>
{% endif %}