diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 16:32:45 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-02 18:29:15 -0800 |
| commit | acf1f761d63b86793f099dc5dcba6afbf327a2ef (patch) | |
| tree | 87fc79d6ed865150283667f7667631f063a8752a /templates | |
| parent | ff84730a324fb31ba388d9e37e8f00f344b8dec3 (diff) | |
| download | roseh.moe-acf1f761d63b86793f099dc5dcba6afbf327a2ef.tar.zst | |
Actually show QR code
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/wormhole.html.template | 3 |
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> |
