Skip to content

Commit

Permalink
ADD DONATE BUTTON
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncoolmoon committed Aug 25, 2023
1 parent ed0bd18 commit 87f0b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
<button id="fullscreen" onclick="bt_fullscreen()">fullscreen</button>
<button id="play" onclick="play_pause()">play</button>
<button id="back" onclick="back_pause()">back</button>

<a href="https://www.paypal.com/donate/?business=9PUV2MQ58PM8A&no_recurring=1&item_name=Thanks+for+supporting+my+work&currency_code=AUD" target="_blank">
<button id="donate" style="background-color: gold;"> - Support Me! -</button></a>

<!--
<label for="toolDiameter">toolDiameter(mm):</label>
<input type="number" id="toolDiameter" value="2.5" step="0.1" min="0.1" max="1" onchange="toolDiameterChange()">
Expand Down

0 comments on commit 87f0b5b

Please sign in to comment.