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,
|
||||
litecoin: donations.litecoin,
|
||||
ethereum: donations.ethereum,
|
||||
monero: donations.monero,
|
||||
solana: donations.solana,
|
||||
current: donations.current,
|
||||
goal: donations.goal
|
||||
});
|
||||
|
@ -2,6 +2,8 @@
|
||||
"bitcoin": "bitcoinaddresshere",
|
||||
"litecoin": "litecoinaddresshere",
|
||||
"ethereum": "ethereumaddresshere",
|
||||
"monero": "moneroaddresshere",
|
||||
"solana": "solanaaddresshere",
|
||||
"current": 0,
|
||||
"goal": 55
|
||||
}
|
@ -21,6 +21,10 @@
|
||||
<p><%= ethereum %></p>
|
||||
<h5><i class="fa-solid fa-litecoin-sign ico-sm" style="color: #bebebe;"></i> Litecoin</h5>
|
||||
<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>
|
||||
<%- include('shards/footer') %>
|
Reference in New Issue
Block a user