website/donations.html

17 lines
641 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Donate to ~vern</title>
</head>
<body>
<!--#include file="nav" -->
<h1>Donations</h1>
<p>A donation would help ~vern stay up and running for longer! We currently take donations in XMR, but will have Liberapay and maybe PayPal in the future.</p>
<p>Our XMR address is <code>4ATm8EZaC4iEuwt1VABuxFPi5xq4HgvqgghmKqvgQyvwQf9KK7AyYFXCYCZ3xBiqZ38CctAWihJ3yLeKAeGJfQBgDxQnn91</code></p>
<img src="/media/xmr.png" alt="A QR code representing our XMR address" width=300 height=300>
<!--#include file="footer" -->
</body>
</html>