Create index.html

This commit is contained in:
Guillaume
2022-12-26 18:52:28 +01:00
committed by GitHub
parent d96792fd26
commit b750014b76

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 %}