diff options
Diffstat (limited to 'donate.html')
| -rw-r--r-- | donate.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..d23b786 --- /dev/null +++ b/donate.html | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang=en> | ||
| 3 | <head> | ||
| 4 | <title></title> | ||
| 5 | <meta charset="utf-8"/> | ||
| 6 | <link rel="shortcut icon" href="favicon.ico"/> | ||
| 7 | <link rel='stylesheet' type='text/css' href='style.css'/> | ||
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| 9 | </head> | ||
| 10 | <body> | ||
| 11 | <header><h1 class=pagetop>Donate</h1></header> | ||
| 12 | <main> | ||
| 13 | <h2 class=donate>Bitcoin</h2> | ||
| 14 | <p class=donate>bc1qzmpetsvyteku76cdv7qz2ngmxtxvyfuql973yd</p> | ||
| 15 | |||
| 16 | <img src=images/bitcoin.png alt="Bitcoin QR"> | ||
| 17 | <br><br><br><br> | ||
| 18 | </main> | ||
| 19 | <footer><a href=index.html>www.chudnick.com</a></footer> | ||
| 20 | </body> | ||
| 21 | </html> | ||
| 22 | |||
