From acf1f761d63b86793f099dc5dcba6afbf327a2ef Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 2 Nov 2025 16:32:45 -0800 Subject: Actually show QR code --- templates/wormhole.html.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@
  • -

    Visit this URL {{.Self}}/wormhole/{{.Hole}}

    +

    Visit this URL {{.Self}}/wormhole/{{.Hole}} or scan QR code:

    + QR code for {{.Self}}/wormhole/{{.Hole}}
  • -- cgit v1.3.1