site/donate/index.html

37 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vicgs - Home</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="center">
<div class="main-content">
<header>
<img src="/images/vicgs.png">
<hr>
</header>
<section>
<h2>Donations</h2>
<p>Any donations would be very appreciated, it would help me finance my VPS for my projects and hopefully I can upgrade my computer.</p>
<p>
<img src="/images/bitcoin.png" alt="bitcoin" height="25px"> <b>[ BTC ]: 1Bj82stnGzAoto8KAnUESdXn5LKxvd7GW8</b>
<br>
<img src="/images/bitcoincash.png" alt="bitcoincash" height="25px"> <b>[ BCH ]: qq0ldzzhuw6mlfkc8cty455ehcrudpl0lypdd538kl</b>
<br><br>
<a href="/index.html">Back to Home</a>
<br>
</p>
<hr>
<footer> <img src="/images/linuxnow.GIF"> <img src="/images/scientificlinux.GIF"> </footer>
</section>
</div>
</div>
</body>
</html>