I want to make a download button, I have this line of code but it opens the txt file in Google:
<a href="data/info.txt" download="data/info.txt">Download
<button class="btn" style:height: 200px; width: 100px; download><i class="fa fa-download"></i> Download</button>
</a>