29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="UTF-8">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 		<link rel="stylesheet" href="static/main.css">
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<div class="content">
 | |
| 			<h2>donate</h2>
 | |
| 			<p><b>yonderly.org</b> costs around $13 a month to run, meaning I can most likely indefinitely provide my services without external support, but donations are appreciated and will allow me to buy more and better equipment quicker.</p>
 | |
| 
 | |
| 			<p>you may donate by sending crypto to the following addresses.</p>
 | |
| 			<h3><a style="color:gold;">₿</a> Bitcoin</h3>
 | |
| 			<p><a href="bitcoin:bc1qgsu2l6etj9affkqturs87a3r5etdyk7pf8ldhqdzjfkwge4j80asmr42sv?message=yonderly.org">bc1qgsu2l6etj9affkqturs87a3r5etdyk7pf8ldhqdzjfkwge4j80asmr42sv</a></p>
 | |
| 			<h3><a style="color:orange;">ɱ</a> Monero</h3>
 | |
| 
 | |
| 			<p><a href="monero:89H7sQDxiJNP17VZ3LgsV6AVeTg3qbrvwCnin4SrAkM9aT9kVnHV6CzRkpv5tVfH9RSAexpiRFS7fDcNAsv5XxfE8nvBEJ4?recipient_name=yonderly.org&tx_description=donation">89H7sQDxiJNP17VZ3LgsV6AVeTg3qbrvwCnin4SrAkM9aT9kVnHV6CzRkpv5tVfH9RSAexpiRFS7fDcNAsv5XxfE8nvBEJ4</a></p>
 | |
| 			</div>
 | |
| 
 | |
| 		<footer>
 | |
| 			<p class="footer-paragraph">powered by <a href="https://openbsd.org"
 | |
| 			    style="font-family:PlexSerif; text-decoration:underline light-dark(#000084, #CF4229)"
 | |
| 			><i style="color:light-dark(#0000FF, #F2CA30)">Open</i
 | |
| 			><b style="color:light-dark(#000084, #CF4229)">BSD</b></a>.<p>
 | |
| 		</footer>
 | |
| 	</body>
 | |
| </html>
 |