Move templates
This commit is contained in:
parent
48d1997f4d
commit
d924b577d1
9 changed files with 24 additions and 1 deletions
10
templates/upload.html
Normal file
10
templates/upload.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{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"}}
|
Reference in a new issue