Add donate page

This commit is contained in:
BBaoVanC 2021-02-20 19:47:57 -06:00
parent af88634d17
commit 737f6b67c9
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 40 additions and 0 deletions

40
donate/index.html Normal file
View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--#include virtual="/head.html" -->
<title>Donate - bbaovanc's Website</title>
<meta name="subject" content="Donate - bbaovanc's Website" />
<meta name="description" content="Places you can donate to me" />
<meta name="url" content="https://bbaovanc.com/donate/" />
<meta name="reply-to" content="contact@bbaovanc.com" />
<meta name="og:type" content="website" />
<meta name="og:title" content="Donate - bbaovanc's Website" />
<meta name="og:url" content="https://bbaovanc.com/donate/" />
<meta name="og:site_name" content="Donate - bbaovanc's Website" />
<meta name="og:description" content="Places you can donate to me" />
<meta name="og:email" content="contact@bbaovanc.com" />
<meta name="og:image" content="/bbaovanc-1024.png" />
</head>
<body>
<!--#include virtual="/header.html" -->
<!--#include virtual="/navbar.html" -->
<div class="row">
<div class="main">
<h3>Donate</h3>
<h4>Cryptocurrency Links</h4>
Bitcoin: <code>bc1qj6h8z2tg9nxcl9ddnv9k798cru6asr6cpmj84m</code>
<br>
Ethereum: <code>0x80DaED7e2BEF5d894b37fBd79d0609aa17c8Cabc</code>
<br>
Monero: <code>45gGauNcWLNSobRMzk3rtfEpad7gGcEvegxCbEm6QYENdG4vag3fCVuFoKfdKSESeSEKyUNRGwAJyLaCQ6MC5AQ79DGcaRq</code>
</div>
</div>
</body>
</html>