Fix mise en page QR

This commit is contained in:
Breizh 2021-05-09 21:43:46 +02:00
parent 4c26b4aedf
commit 95d206a57d
6 changed files with 6 additions and 6 deletions

View file

@ -21,6 +21,6 @@
<source src="{{.Url}}" type="{{.ContentType}}" /> <source src="{{.Url}}" type="{{.ContentType}}" />
</audio> </audio>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>

View file

@ -17,6 +17,6 @@
<h3><a href="{{.UrlGet}}">Télécharger</a></h3> <h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3> <h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>

View file

@ -19,6 +19,6 @@
<a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}"><img src="{{.Url}}" type="{{.ContentType}}" /></a> <a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}"><img src="{{.Url}}" type="{{.ContentType}}" /></a>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>

View file

@ -21,6 +21,6 @@
{{.Content}} {{.Content}}
</div> </div>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>

View file

@ -17,6 +17,6 @@
<h3><a href="{{.UrlGet}}">Télécharger</a></h3> <h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3> <h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>

View file

@ -21,6 +21,6 @@
<source src="{{.Url}}" type="{{.ContentType}}" /> <source src="{{.Url}}" type="{{.ContentType}}" />
</video> </video>
<img id="qr" src="data:image/png;base64,{{.QRCode}}"/> <p><img id="qr" src="data:image/png;base64,{{.QRCode}}"/></p>
</body> </body>
</html> </html>