-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.php
28 lines (24 loc) · 1.25 KB
/
donate.php
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
<?php
require_once "misc/header.php";
// Feel free to add your donation options here, but please don't remove mine.
// Why not? I'm gonna remove yours. LMAO jkjk I'll leave them.
?>
<title>YuruSearch - Donate</title>
</head>
<body>
<div class="donate-container">
<h1>Donate to YuruVerse</h1>
<a href="https://toss.me/yuifmirror">Toss (South Korean residents only)</a>
<a href="https://github.com/sponsors/NoaHimesaka1873">GitHub Sponsors</a>
<h1>Donate to the original developer of LibreX, a project LibreY tries to improve.</h1>
<h2>Bitcoin (BTC):</h2>
<p>bc1qs43kh6tvhch02dtsp7x7hcrwj8fwe4rzy7lp0h</p>
<img src="static/images/btc.png" alt="btc qr code" width="150" height="150"/>
<h2>Monero (XMR):</h2>
<p>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</p>
<img src="static/images/xmr.png" alt="xmr qr code" width="150" height="150"/>
<h1>Donate to the person that forked LibreX into LibreY</h1>
<a href="https://ahwx.org/donate.php">Click here</a>
</div>
<hr class="small-line" />
<?php require "misc/footer.php"; ?>