mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
7a9661dbe7
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
74 lines
2.5 KiB
HTML
74 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Ari::web -> Thanks</title>
|
|
|
|
<meta name="description" content="Thank you, my supporters" />
|
|
<meta
|
|
name="keywords"
|
|
content="thanks, donations, ari-web, bitcoin, paypal, thank you for donating, gratitude, open source, foss, free, website, ari archer, personal website"
|
|
/>
|
|
<meta
|
|
name="robots"
|
|
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
|
|
/>
|
|
<meta property="og:type" content="article" />
|
|
|
|
<meta name="color-scheme" content="dark" />
|
|
<meta name="theme-color" content="#121212" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<link rel="stylesheet" href="/content/styles/clean/index.css" />
|
|
<link rel="stylesheet" href="/content/styles/index/index.css" />
|
|
<link rel="stylesheet" href="/content/styles/thanks/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>thank you for supporting me,</h1>
|
|
</header>
|
|
|
|
<br />
|
|
|
|
<article>
|
|
<ul id="thanks">
|
|
<li>
|
|
<b>2023/11/24</b> : <b>casey, my best friend</b> for buying
|
|
me
|
|
<b
|
|
><a href="ari.lt">ari.lt</a> for
|
|
<span>11.99 euro</span></b
|
|
>
|
|
</li>
|
|
<li>
|
|
<b>2023/11/30</b> : <b>mario g.</b> for an
|
|
<span>80 euro cent, 42 cent excluding fees</span> ( the answer to life !! ) donation on
|
|
<b><a href="/paypal">paypal</a></b>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
|
|
<br />
|
|
|
|
<footer>
|
|
<p>
|
|
i appriciate and value these donations a lot, thank you for
|
|
supporting me <3
|
|
</p>
|
|
|
|
<br />
|
|
|
|
<i
|
|
>feel free to support me on <a href="/paypal">paypal</a> (
|
|
<a href="mailto:ari.web.xyz@gmail.com">ari.web.xyz@gmail.com</a>
|
|
), <a href="/btc">bitcoin</a> or <a href="/git">code :)</a>,
|
|
when donating feel free to specify a note to possibly link to
|
|
your own website, or social media or anything :)
|
|
</i>
|
|
</footer>
|
|
</body>
|
|
</html>
|