Add donation page

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-06-04 13:03:41 -04:00
parent 74300fb3ff
commit 61c48efb91
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 16 additions and 0 deletions

16
donations.html Normal file
View File

@ -0,0 +1,16 @@
<!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 alt="A QR code representing our XMR address" src=/media/xmr.png />
<!--#include file="footer" -->
</body>
</html>

BIN
media/xmr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB