summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-02 18:20:50 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-02 18:22:55 -0800
commitff84730a324fb31ba388d9e37e8f00f344b8dec3 (patch)
tree3d6a1fc2d0da536c4fd1f60617c240bf302712d3 /templates
parent171119fa753ea82eb36e79559cb333b732d4cc60 (diff)
downloadroseh.moe-ff84730a324fb31ba388d9e37e8f00f344b8dec3.tar.zst
Improve the upload success screen
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>