forked from asterjdm/Cesco-Leak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Add donation page and link in index.html
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Bitcoin Donation</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Bitcoin Donation</h1> | ||
|
||
<p>Thank you for considering a donation in Bitcoin!</p> | ||
|
||
<h2>Bitcoin Address:</h2> | ||
<p>bc1quj9g2yd3rcwfld5fyy8vm8yyuzasqf0ggsnf9n</p> | ||
|
||
<h2>Scan QR Code:</h2> | ||
<img src="images/bitcoin-qr.png" alt="Bitcoin QR Code"> | ||
|
||
<h2>Instructions:</h2> | ||
<ol> | ||
<li>Open your Bitcoin wallet.</li> | ||
<li>Select the "Send" option.</li> | ||
<li>Enter the Bitcoin address provided above.</li> | ||
<li>Specify the amount you wish to donate.</li> | ||
<li>Click "Send" to complete the transaction.</li> | ||
</ol> | ||
|
||
<p>Thank you for your support!</p> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters