10 lines
326 B
HTML
10 lines
326 B
HTML
{{template "header.html" .S}}
|
|
|
|
<p>Upload your epubs to help the library.</p>
|
|
|
|
<form class="well form-inline" method="POST" enctype="multipart/form-data">
|
|
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
|
|
<button type="submit" class="btn">Submit</button>
|
|
</form>
|
|
|
|
{{template "footer.html"}}
|