Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
grellyd committed Aug 29, 2023
1 parent 500bbf2 commit 83bbae8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/qrcode.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,16 @@
<div id="main" class="single">
<h1><span class="single-title">QR Code Generator</span></h1>

<p>Your QR Code to <a href="{{ .link }}">{{ .link }}</a>. This image has a high correction factor, and so ~30% of the image can be covered.</p>

<img src="{{ .image }}" class="qrcode">
<p>Your QR Code to <a href="{{ .link }}">{{ .link }}</a>.</p>
<p>This image has a high correction factor, and so ~30% of the image can be covered and it will still work.</p>

<a href="{{ .image }}" download="{{ .fileName }}">
<img src="{{ .image }}" class="qrcode">
<a/>
<br>
<a href="{{ .image }}" download="{{ .fileName }}">Download<a/>
<a href="{{ .image }}" download="{{ .fileName }}">
<button type="button">Download</button>
<a/>
<button onclick="location.href='/qrgen'" type="button">Back</button>
</div>
</body>
Expand Down

0 comments on commit 83bbae8

Please sign in to comment.