diff options
Diffstat (limited to 'controller/template/uploaded.html')
| -rw-r--r-- | controller/template/uploaded.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/controller/template/uploaded.html b/controller/template/uploaded.html new file mode 100644 index 0000000..1324082 --- /dev/null +++ b/controller/template/uploaded.html @@ -0,0 +1,10 @@ +{{define "uploaded"}} +{{template "header" .}} +<main> + <h1>File uploaded successfully</h1> + <p> + <a href="{{.DownloadURL}}">{{.DownloadURL}}</a> + </p> +</main> +{{template "footer" .}} +{{end}} |
