summaryrefslogtreecommitdiff
path: root/controller/template/uploaded.html
diff options
context:
space:
mode:
authorJan Wolff <janw@mailbox.org>2025-09-12 09:34:01 +0200
committerJan Wolff <janw@mailbox.org>2025-09-12 09:34:01 +0200
commit283c31564a9d5dab4b8b71d7498886b0cd20a999 (patch)
treebc15867a389f25b1855042b5af20efba96c68dbb /controller/template/uploaded.html
initial commit
Diffstat (limited to 'controller/template/uploaded.html')
-rw-r--r--controller/template/uploaded.html10
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}}