6 lines
230 B
HTML
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> |