mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 22:24:33 +02:00
Updated Donation Button
This commit is contained in:
parent
b532602a94
commit
08d34f700a
@ -35,6 +35,10 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tips {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Search Engine Switcher */
|
||||
.engine-swticher {
|
||||
display: flex;
|
||||
|
16
index.html
16
index.html
@ -32,6 +32,22 @@
|
||||
<div class="maindiv">
|
||||
<div class="searchlogo">
|
||||
<img class="searchlogo" src="img/search-logo.png" onclick="location.href='index.html';">
|
||||
<div id="donate-button-container">
|
||||
<a class="tips">If you think this website has helped you, please consider donating...</a>
|
||||
<div id="donate-button"></div>
|
||||
<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script>
|
||||
<script>
|
||||
PayPal.Donation.Button({
|
||||
env:'production',
|
||||
hosted_button_id:'XMFZ3K79YGDFG',
|
||||
image: {
|
||||
src:'https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif',
|
||||
alt:'Donate with PayPal button',
|
||||
title:'PayPal - The safer, easier way to pay online!',
|
||||
}
|
||||
}).render('#donate-button');
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user