Create index.html
This commit is contained in:
9
templates/index.html
Normal file
9
templates/index.html
Normal 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 %}
|
||||||
Reference in New Issue
Block a user