Create index.html
This commit is contained in:
parent
d96792fd26
commit
b750014b76
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 %}
|
Loading…
x
Reference in New Issue
Block a user