caveman/gatherer/templates/token_thanks.html
2023-08-08 22:04:29 +02:00

40 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>#FediBuzz: Donate a token</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon16.png"/>
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon48.png"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css"/>
</head>
<body>
<header>
<h1>Thank you!</h1>
<p>You donated an API token.</p>
</header>
<main>
<div>
<form method="post">
<fieldset>
<legend>Donate a token for another instance?</legend>
<input name="instance" size="40">
<input type="submit" value="Ok">
</fieldset>
</form>
</div>
</main>
<footer>
<p>
run by <a rel="me" href="https://c3d2.social/@astro">@astro&#173;@c3d2.social</a>
</p>
<p>
Get live ActivityPub content with the <a rel="me" href="https://relay.fedi.buzz">#FediBuzz relay</a>
</p>
</footer>
</body>
</html>