blob: d23b78610711c3ff77e6070f1c72d3a6e1b80cf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html lang=en>
<head>
<title></title>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel='stylesheet' type='text/css' href='style.css'/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header><h1 class=pagetop>Donate</h1></header>
<main>
<h2 class=donate>Bitcoin</h2>
<p class=donate>bc1qzmpetsvyteku76cdv7qz2ngmxtxvyfuql973yd</p>
<img src=images/bitcoin.png alt="Bitcoin QR">
<br><br><br><br>
</main>
<footer><a href=index.html>www.chudnick.com</a></footer>
</body>
</html>
|