Files
saveallcomics/app/templates/index.html
2019-11-07 10:21:56 -05:00

6 lines
230 B
HTML

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