summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/wormhole-success.html.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/wormhole-success.html.template b/templates/wormhole-success.html.template
new file mode 100644
index 0000000..8df614e
--- /dev/null
+++ b/templates/wormhole-success.html.template
@@ -0,0 +1,8 @@
+{{define "head"}}<title>Uploaded!</title>{{end}}
+
+<div style="display:flex;justify-content:center">
+ <div>
+ <p style="display:flex;justify-content:center">Uploaded!</p>
+ <img src="/static/tohru.webp" alt="An energetic dragon maid">
+ </div>
+</div>