proof of concept
This commit is contained in:
6
app/templates/index.html
Normal file
6
app/templates/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Save All Comics!</h1>
|
||||
<form action="" method="POST" enctype=multipart/form-data>
|
||||
{{ form.hidden_tag() }}
|
||||
{{ form.search(placeholder='Comic URL, eg: https://readallcomics.com/marauders-001-2019/') }}
|
||||
{{ form.submit() }}
|
||||
</form>
|
||||
Reference in New Issue
Block a user