-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
63 lines (56 loc) · 2.04 KB
/
support.html
File metadata and controls
63 lines (56 loc) · 2.04 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>r57zone - Give thanks</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function(){
if (navigator.language.toLowerCase() == 'ru-ru' && window.location.href.indexOf('#debug') == -1)
document.location = '/ru/support.html';
});
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="menu">
<a href="/">Home</a>
<a href="/projects.html">All projects</a>
<a target="_blank" href="https://github.com/r57zone">GitHub</a>
<a target="_blank" href="https://youtube.com/channel/UCcuoRRWRvb7xUuMzrEqCZ5w">YouTube</a>
<a href="/support.html">Give thanks</a>
</div>
<div id="desc">
<div id="logo">
<img src="/images/logo.png" />
</div>
<div id="title">
<h1>r57zone</h1>
DIY, software, hardware
</div>
</div>
<div class="wave"></div>
</div>
<div id="content">
<div id="page">
<div style="text-align:center;">
<h2>For the world</h2>
You can thank me with a monthly subscription to <a target="_blank" href="https://patreon.com/r57">Patreon</a>.
<br><br>
<h2>For the Russia</h2>
You can thank me with direct transfer to <a target="_blank" href="https://yoomoney.ru/to/41001535292986">YooMoney</a>.
<br><br>
<iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=%D0%91%D0%BB%D0%B0%D0%B3%D0%BE%D0%B4%D0%B0%D1%80%D0%BD%D0%BE%D1%81%D1%82%D1%8C%20%D0%B7%D0%B0%20%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D1%8B&targets-hint=&default-sum=100&button-text=14&hint=&successURL=&quickpay=shop&account=41001535292986" width="270" height="222" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
<br><br>
</div>
</div>
</div>
<div id="footer">
<a href="#top">↑ To the top</a><br>r57zone © 2014-2022
</div>
</div>
</body>
</html>