diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 18:20:50 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 18:22:55 -0800 |
| commit | ff84730a324fb31ba388d9e37e8f00f344b8dec3 (patch) | |
| tree | 3d6a1fc2d0da536c4fd1f60617c240bf302712d3 /templates/wormhole-success.html.template | |
| parent | 171119fa753ea82eb36e79559cb333b732d4cc60 (diff) | |
| download | roseh.moe-ff84730a324fb31ba388d9e37e8f00f344b8dec3.tar.zst | |
Improve the upload success screen
Diffstat (limited to 'templates/wormhole-success.html.template')
| -rw-r--r-- | templates/wormhole-success.html.template | 8 |
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> |
