10 lines
243 B
HTML
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"}}
|