add other options for donations
This commit is contained in:
parent
220e9e528a
commit
06f1081568
2
app.js
2
app.js
@ -60,6 +60,8 @@ app.get('/donate', (req, res) => {
|
|||||||
bitcoin: donations.bitcoin,
|
bitcoin: donations.bitcoin,
|
||||||
litecoin: donations.litecoin,
|
litecoin: donations.litecoin,
|
||||||
ethereum: donations.ethereum,
|
ethereum: donations.ethereum,
|
||||||
|
monero: donations.monero,
|
||||||
|
solana: donations.solana,
|
||||||
current: donations.current,
|
current: donations.current,
|
||||||
goal: donations.goal
|
goal: donations.goal
|
||||||
});
|
});
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
"bitcoin": "bitcoinaddresshere",
|
"bitcoin": "bitcoinaddresshere",
|
||||||
"litecoin": "litecoinaddresshere",
|
"litecoin": "litecoinaddresshere",
|
||||||
"ethereum": "ethereumaddresshere",
|
"ethereum": "ethereumaddresshere",
|
||||||
|
"monero": "moneroaddresshere",
|
||||||
|
"solana": "solanaaddresshere",
|
||||||
"current": 0,
|
"current": 0,
|
||||||
"goal": 55
|
"goal": 55
|
||||||
}
|
}
|
@ -21,6 +21,10 @@
|
|||||||
<p><%= ethereum %></p>
|
<p><%= ethereum %></p>
|
||||||
<h5><i class="fa-solid fa-litecoin-sign ico-sm" style="color: #bebebe;"></i> Litecoin</h5>
|
<h5><i class="fa-solid fa-litecoin-sign ico-sm" style="color: #bebebe;"></i> Litecoin</h5>
|
||||||
<p><%= litecoin %></p>
|
<p><%= litecoin %></p>
|
||||||
|
<h5><i class="fa-brands fa-monero ico-sm" style="color: #fc6621;"></i> Monero</h5>
|
||||||
|
<p><%= monero %></p>
|
||||||
|
<h5><i class="fa-solid fa-dollar-sign ico-sm"></i> Solana</h5>
|
||||||
|
<p><%= solana %></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<%- include('shards/footer') %>
|
<%- include('shards/footer') %>
|
Reference in New Issue
Block a user