summaryrefslogtreecommitdiffstats
path: root/templates/wormhole-success.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-08-15 08:38:43 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-08-15 08:38:43 -0700
commitb522360a74a7d32fec85e8ae4ac4ba9a279b7a4c (patch)
tree1b3960d0d9ff035dfa815b4b3d3258558d34cf9b /templates/wormhole-success.html.template
parentf6356df0131adb8098ff1fd5e8578707aa1af06b (diff)
downloadroseh.moe-b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c.tar.zst
Fix html formatting
...finally
Diffstat (limited to 'templates/wormhole-success.html.template')
-rw-r--r--templates/wormhole-success.html.template14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/wormhole-success.html.template b/templates/wormhole-success.html.template
index a957173..dbb997e 100644
--- a/templates/wormhole-success.html.template
+++ b/templates/wormhole-success.html.template
@@ -1,8 +1,10 @@
{{define "head"}}<title>Uploaded!</title>{{end}}
-<div style="display:flex;flex-direction:column;align-items:center;font-size:50px">
- <p><a href="{{.URL}}">{{.URL}}</a></p>
- <img src="{{.QR}}" alt="QR code for {{.URL}}" width="500px">
- <p>Uploaded!</p>
- <img src="/static/tohru.webp" alt="An energetic dragon maid">
-</div>
+{{define "body" -}}
+ <div style="display:flex;flex-direction:column;align-items:center;font-size:50px">
+ <p><a href="{{.URL}}">{{.URL}}</a></p>
+ <img src="{{.QR}}" alt="QR code for {{.URL}}" width="500px">
+ <p>Uploaded!</p>
+ <img src="/static/tohru.webp" alt="An energetic dragon maid">
+ </div>
+{{- end}}