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/upload.html

9 lines
205 B
HTML
Raw Normal View History

2012-08-15 12:00:44 +02:00
{{template "header.html"}}
2012-08-15 11:40:19 +02:00
<form method="POST" enctype="multipart/form-data">
<input accept="application/epub+zip" type="file" name="epub" />
<input type="submit" />
</form>
2012-08-15 12:00:44 +02:00
{{template "footer.html"}}