add download button

Date: April 8th 2016
Last updated: April 8th 2016

This example starts out with just a stock standard HTML5 download button. In the future I will look at using this button to access most recent data from MySQL in a Django project.

<a href='../data/dataset' download='dataset.csv'>
  <button style="width: 220px" type="button" class="btn btn-primary">
    Download Data
  </button>
</a>

results matching ""

    No results matching ""