summaryrefslogtreecommitdiff
path: root/data/donate.html
blob: 0f5ba5b8296c83425138ca13d52afbf05066d7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>

<html>
    <head>
        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
        <link rel='stylesheet' type='text/css' href='style.css'>
        <meta property="og:title" content="Ghativega.in">
        <meta property="og:description" content="Personal site of arnavbhatt288.">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
        <title>Ghativega - Softwares</title>
        <style>
			img { border: none ;}
		</style>
    </head>

<body>
    <div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div>
    <ul class = navbar>
        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="contact.html">Contact</a></li>
        <li><a href="softwares.html">Softwares</a></li>
        <li><a class="active" href="donate.html">Donate</a></li>
    </ul>
    <hr>
	<main>
        <h3>Donate</h3>
        <p>The only currency I accept for donations is Monero.</p>
        <p>If you don’t have any Monero, I recommend you donate using any crypto (Bitcoin, Litecoin, or whatever) through some <a href="https://changenow.io/">crypto exchange</a>.</p>
        <br>
        <p>Wallet: <code>46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P</code></p>
        <p>QR Code:<br><br><img src="assets/images/qr.png" alt="46rqYsvW4tXAbPsfACha53KBW83CsiXrKGfJneziQG3XesYu6Es72c5BuWBT482epvVBUK8ByezTj6he31ebyrgEJWchT6P"></p>
	</main>

    <div class = footer>
        <p>Copyright 2023 ghativega.in</p>
    </div>
</body>
</html>