Gregniuki commited on
Commit
83c44c8
1 Parent(s): 6172edd

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. templates/interface.html +1 -0
templates/interface.html CHANGED
@@ -83,6 +83,7 @@
83
  <source src="{{ file_url }}" type="audio/mpeg">
84
  Your browser does not support the audio element.
85
  </audio>
 
86
  <a href="{{ file_url }}" download>Download Audio</a>
87
  {% endif %}
88
 
 
83
  <source src="{{ file_url }}" type="audio/mpeg">
84
  Your browser does not support the audio element.
85
  </audio>
86
+ <a href="https://www.buymeacoffee.com/gregniuki" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
87
  <a href="{{ file_url }}" download>Download Audio</a>
88
  {% endif %}
89