donate.github.io

License: MIT


Bitcoffee Donation Page

A simple, stylish, Bitcoin donation page built with HTML, CSS, and JavaScript. Designed for developers and open-source enthusiasts to receive donations via Bitcoin.

Preview


Live Demo

Check out a working version here: https://html-preview.github.io/?url=https://github.com/SKOHscripts/donate.github.io/blob/main/donate%2Fredirect.html


Features


Setup / Customization

  1. Clone the repository:
git clone https://your-username.github.io/your-repo
cd your-repo
  1. Edit the Bitcoin URI in index.html:
const texts = {
  uri: "bitcoin:?lno=YOUR_OWN_BITCOIN_ADDRESS_HERE",
  en: { title: "...", subtitle: "...", devMessage: "...", thanksMessage: "...", copied: "Copied! ☕" },
  // other languages...
};

Replace "YOUR_OWN_BITCOIN_ADDRESS_HERE" with your own Bitcoin address or LNURL.

  1. Deploy to GitHub Pages:
https://your-username.github.io/your-repo
  1. Optional: Update the README screenshot to reflect your own page.

License

MIT License – feel free to reuse and modify.