Fix mise en page QR
This commit is contained in:
parent
4c26b4aedf
commit
95d206a57d
6 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue