This repository has been archived on 2025-03-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
trantor/templates/upload.html
2012-08-15 15:11:52 +02:00

10 lines
234 B
HTML

{{template "header.html"}}
{{if .}}<p>{{.}}</p>{{end}}
<form method="POST" enctype="multipart/form-data">
<input accept="application/epub+zip" type="file" name="epub" />
<input type="submit" />
</form>
{{template "footer.html"}}