summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-02 16:32:45 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-02 18:29:15 -0800
commitacf1f761d63b86793f099dc5dcba6afbf327a2ef (patch)
tree87fc79d6ed865150283667f7667631f063a8752a
parentff84730a324fb31ba388d9e37e8f00f344b8dec3 (diff)
downloadroseh.moe-acf1f761d63b86793f099dc5dcba6afbf327a2ef.tar.zst
Actually show QR code
-rw-r--r--templates/wormhole.html.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template
index 5703949..ad23b57 100644
--- a/templates/wormhole.html.template
+++ b/templates/wormhole.html.template
@@ -11,7 +11,8 @@
<input id="file-input" type="file" name="file">
</li>
<li>
- <p>Visit this URL <a href="/wormhole/{{.Hole}}">{{.Self}}/wormhole/{{.Hole}}</a></p>
+ <p>Visit this URL <a href="/wormhole/{{.Hole}}">{{.Self}}/wormhole/{{.Hole}}</a> or scan QR code:</p>
+ <img src="/wormhole/{{.Hole}}/qr.png" alt="QR code for {{.Self}}/wormhole/{{.Hole}}">
</li>
<li>
<label for="submit">Click here:</label>