Skip to content

Commit

Permalink
Fixed article donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
myaroschuk authored Dec 13, 2024
1 parent a844294 commit edd1c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/First.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1 class="text-5xl font-bold bg-red-600 rounded-lg" style="padding: 10px;">&nbs
<li><a href="../about.html">About</a></li>
<li><form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="88VLJ6TS6554Q" />
<input type="image" src="assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
<input type="image" src="../assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form></li>
<li></li>
Expand Down
2 changes: 1 addition & 1 deletion articles/Second.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="text-5xl font-bold bg-red-600 rounded-lg" style="padding: 10px;">&nbs
<li><a href="../about.html">About</a></li>
<li><form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="88VLJ6TS6554Q" />
<input type="image" src="assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
<input type="image" src="../assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form></li>
<li></li>
Expand Down

0 comments on commit edd1c3b

Please sign in to comment.