mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-30 06:34:25 +02:00
Updated Donation Button
This commit is contained in:
parent
b532602a94
commit
08d34f700a
@ -35,6 +35,10 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tips {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
/* Search Engine Switcher */
|
/* Search Engine Switcher */
|
||||||
.engine-swticher {
|
.engine-swticher {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
16
index.html
16
index.html
@ -32,6 +32,22 @@
|
|||||||
<div class="maindiv">
|
<div class="maindiv">
|
||||||
<div class="searchlogo">
|
<div class="searchlogo">
|
||||||
<img class="searchlogo" src="img/search-logo.png" onclick="location.href='index.html';">
|
<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>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user