ArtelTaleb commited on
Commit
15b5489
·
verified ·
1 Parent(s): 696c7a9

feat: add Buy Me a Coffee button in app + README badge

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. index.html +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ short_description: Retro iPod audio player — playlist, drag & drop, browser
41
  [![HF Space](https://img.shields.io/badge/🤗%20Space-Retro--Player-pink)](https://huggingface.co/spaces/ArtelTaleb/retro-player)
42
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
43
  [![Vanilla JS](https://img.shields.io/badge/Vanilla-JS-yellow)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
 
44
 
45
  ---
46
 
 
41
  [![HF Space](https://img.shields.io/badge/🤗%20Space-Retro--Player-pink)](https://huggingface.co/spaces/ArtelTaleb/retro-player)
42
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
43
  [![Vanilla JS](https://img.shields.io/badge/Vanilla-JS-yellow)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
44
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-☕-yellow)](https://buymeacoffee.com/artel3d)
45
 
46
  ---
47
 
index.html CHANGED
@@ -452,6 +452,7 @@
452
  <span class="footer-btn" id="btn-menu" onclick="toggleShuffle()">MENU</span>
453
  <span id="footer-count">0 / 0</span>
454
  <span class="footer-btn" onclick="document.getElementById('file-input').click()">+ADD</span>
 
455
  </div>
456
 
457
  </div>
 
452
  <span class="footer-btn" id="btn-menu" onclick="toggleShuffle()">MENU</span>
453
  <span id="footer-count">0 / 0</span>
454
  <span class="footer-btn" onclick="document.getElementById('file-input').click()">+ADD</span>
455
+ <a class="footer-btn" href="https://buymeacoffee.com/artel3d" target="_blank" rel="noopener" title="Buy me a coffee">☕</a>
456
  </div>
457
 
458
  </div>