8 lines
205 B
HTML
8 lines
205 B
HTML
{{template "header.html"}}
|
|
|
|
<form method="POST" enctype="multipart/form-data">
|
|
<input accept="application/epub+zip" type="file" name="epub" />
|
|
<input type="submit" />
|
|
</form>
|
|
|
|
{{template "footer.html"}}
|