Files
vk-mute/extension/dist/donate.html

43 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Пожертвовать</title>
<style>
* {
color: rgb(44, 44, 44);
}
body {
text-align: center;
}
.container {
background-color: rgb(230, 241, 243);
max-width: 700px;
margin: auto;
padding: 2rem;
border-radius: 14px;
margin-top: 2rem;
}
.wallet {
margin: .5rem 0 .5rem 0;
word-wrap: break-word;
display: flex;
justify-content: space-between;
}
</style>
</head>
<body>
<h1>Спасибо, что думаете о пожертвовании</h1>
Это расширение разрабатывается и распространяется абсолютно бесплатно, не имеет никакой рекламы и не собирает данные о своих пользователях.
<div class="container">
<span class="wallet"><strong>XMR:</strong> 86mauNmQjTyjWJYrMyeTKpSLZ1FpZoziE278HJL7YmCL1rWQtsuz5xU3EmMNFsAwgJK4qoQPNQf9X91YqXvzJxvJ8bBSBrE</span>
<span class="wallet"><strong>ETH:</strong> 0xfb2a2c470d75f6fc1cb85a592840d960c000e94c</span>
<span class="wallet"><strong>BTC:</strong> bc1qf4wtp636m6pqcfz0c42t4fdutqrs4unkdpt5r8</span>
</div>
</body>
</html>