button download html code example
Example 1: html link to download file
<a href="the/name/of/your/file.x" download>
Example 2: how to add stylish download buttom
<a
download="Pod-People-Podcast-Episode-12-Feed-Me-Seymour.mp3"
href="https://www.dropbox.com/s/txf5933cwxhv1so6/12-final-v5-RADIO-EDIT.m4a?dl=0">
Download Episode 12
</a>