This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/upload.html

11 lines
306 B
HTML
Raw Normal View History

2012-08-18 02:06:43 +02:00
{{template "header.html" .S}}
2012-08-15 12:00:44 +02:00
2012-08-20 14:25:18 +02:00
<p>Upload your epubs to help the library.</p>
2012-08-20 14:25:18 +02:00
<form class="well form-inline" method="POST" enctype="multipart/form-data">
2012-08-15 11:40:19 +02:00
<input accept="application/epub+zip" type="file" name="epub" />
2012-08-20 14:25:18 +02:00
<button type="submit" class="btn">Submit</button>
2012-08-15 11:40:19 +02:00
</form>
2012-08-15 12:00:44 +02:00
{{template "footer.html"}}