diff options
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> |
