inweb-bootstrap/Patterns/HTML/Embedding/Download.html
2020-05-06 10:15:34 +01:00

10 lines
270 B
HTML

<div class="download-container">
<p>
<a href="[[File URL]]" download>
<button class="download-button">
<img src="[[Assets]]download.png" alt="download icon" height=16 width=16>
Download <b>[[File Name]]</b>[[File Details]]
</button>
</a>
</p>
</div>