librex/donate.xhtml

26 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>LibreX - Donate</title>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="A privacy respecting meta search engine."/>
<link rel="stylesheet" type="text/css" href="static/styles.css"/>
</head>
<body>
<div class="donate-container">
<h1>Donate</h1>
<p>Support the host</p>
<span>(Your donation thingy goes here...)</span>
<p>Support the creator</p>
<span>You can donate to hnhx via the XMR address found on the <a href="https://github.com/hnhx/librex/" target="_blank">GitHub repo</a></span>
</div>
<div class="info-container">
<a href="/">LibreX</a>
<a href="https://github.com/hnhx/librex/" target="_blank">Source code &amp; Other instances</a>
<a href="/donate.xhtml" id="right">Donate ❤️</a>
</div>
</body>
</html>