-
Notifications
You must be signed in to change notification settings - Fork 0
/
donations.html
18 lines (18 loc) · 995 Bytes
/
donations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Russell Bradley</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Cardo">
<link rel="shortcut icon" href="favicon.png" type=image/x-icon>
<link rel="stylesheet" href="index.css">
</head>
<body class="parent">
<div class="child">
<h1>Donations</h1>
<div id="container">
<p><a href="https://cash.me/$RussellBradley">Cash App</a> | <a href="https://venmo.com/russellbradley">Venmo</a> | <a href="https://www.paypal.me/russellbradley">PayPal</a> | <a href="https://www.blockchain.com/btc/address/3M4Sdx6ALbsmtVzUwgYKrjUpAwQdYPqj5L">Bitcoin</a> | <a href="https://www.blockchain.com/eth/address/0xd398ec2ed542ed60c208b24d2525557fb1890b27?view=standard">Ethereum</a> <br><br> All contributions are deeply appreciated and help support me directly. Thank you for your generosity! <br>
</div>
</div>
</body>
</html>