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
2012-08-18 02:06:43 +02:00

10 lines
243 B
HTML

{{template "header.html" .S}}
{{if .Msg}}<p>{{.Msg}}</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"}}