summaryrefslogtreecommitdiff
path: root/donate.html
blob: b0cf8f56637386fc9df9d9ca13790f36355270ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>

<html lang="en-us">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="author" content="Rafael Marçalo">
		<meta name="description" content="Donations">
		<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
		<link rel="stylesheet" type="text/css" href="styles/style.css">
		<title>Donate</title>
	</head>
	<body>
		<div id="header">
			<h1>Rafa's Website</h1>
			<nav>
				<a href="index.html">home</a>
				|
				<a href="projects.html">projects</a>
				|
				<a href="services.html">services</a>
				|
				<a href="archive.html">archive</a>
				|
				<a href="donate.html">donate</a>
				|
				<a href="contact.html">contact</a>
			</nav>
		</div>
		<div id="content">
			<h2>Crypto 💰󠁧󠁢󠁷󠁬󠁳󠁿</h2>
			<ul>
				<li><a href="images/bitcoin.png">BTC</a>: 1MvzcDqAVfuQLYZKNCcBoVNYe2neta3pkM</li>
				<li><a href="images/ethereum.png">ETH</a>: 0x21014f842718B5f05d5A555825d72D6aA96e5ff4</li>
				<li><a href="images/monero.png">XMR</a>: 4254FmcCGBNbaq9CcqkUSk8eY3cqACjrGXRWkxXxXbjD1Up3Nu4BsCA1YCkrnrzG4SUmwDJQnBYJoeLrucWSDRhyRchRAHP</li>
			</ul>
		</div>
	</body>
</html>