diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-29 18:56:30 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-29 18:56:30 -0800 |
| commit | 54ea1b0f4a841e91daa3ac08d155a8f0109c920d (patch) | |
| tree | 8c5a005af0244ca1291dcf5f6a5c2b33d59a0b11 /templates/wormhole-success.html.template | |
| parent | 2a9faab3de7648344dcc1973a71ada8125c0afa3 (diff) | |
| download | roseh.moe-54ea1b0f4a841e91daa3ac08d155a8f0109c920d.tar.zst | |
Make wormhole a little bit simpler
Diffstat (limited to 'templates/wormhole-success.html.template')
| -rw-r--r-- | templates/wormhole-success.html.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/wormhole-success.html.template b/templates/wormhole-success.html.template index 8df614e..a957173 100644 --- a/templates/wormhole-success.html.template +++ b/templates/wormhole-success.html.template @@ -1,8 +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 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> |
