Ajout du lien direct

This commit is contained in:
Breizh 2021-05-09 15:07:13 +02:00
parent 144293faf2
commit ae202ce756
8 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
<audio controls preload="metadata">

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
</body>
</html>

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
<img src="{{.Url}}" type="{{.ContentType}}" />

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
<div class="markdown">

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
</body>
</html>

View file

@ -15,6 +15,7 @@
<p>{{.ContentLength | format "####,"}} octets</p>
<h3><a href="{{.UrlGet}}">Télécharger</a></h3>
<h3><a href="{{.WebAddress}}inline/{{.UrlRandomToken}}/{{.Filename}}">Lien direct</a></h3>
<p><img src="data:image/png;base64,{{.QRCode}}"/></p>
<video controls preload="metadata">

View file

@ -12,7 +12,7 @@
<p>Plateforme de partage de fichiers basée sur <a href="https://transfer.sh">transfer.sh</a>.</p>
<p>Les fichiers sont conservés 30 jours maximum, et limités à 1 Gio.</p>
<p>Les fichiers sont conservés 30 jours, et limités à 1 Gio.</p>
<p class="nojs" style="max-width: 36em; margin: auto;">
Malgré tout ma bonne volonté, le téléversement via cette page est plus pratique

View file

@ -13,7 +13,7 @@ body {
#links-container {
text-align: left;
width: 800px;
max-width: 100%;
max-width: 90%;
margin: auto;
border: 1px solid #393939;
padding: 15px;