-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact_info.html
60 lines (43 loc) · 2.42 KB
/
contact_info.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Contact</title>
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- scale for smartphones -->
<link rel="stylesheet" type="text/css" href="style/style.css">
<script src="common_functions.js"></script>
<script src='lib/jquery-3.7.1.min.js'></script>
</head>
<body>
<div id="main">
<!-- HEADER -->
<script>write_menu(3);</script>
<div id="site_content">
<!-- MAIN CONTENT -->
<div id="content">
<h1>Contact info</h1>
For <ul style='margin:0'><li style='list-style-type:disc'>❓ questions</li><li style='list-style-type:disc'>🐞 issues</li><li style='list-style-type:disc'>💡 suggestions for improvement</li><li style='list-style-type:disc'>🤔 comments on the Super Master Mind optimal strategy</li><li style='list-style-type:disc'>📱 specific requests (like merging your accounts on 2 machines)</li><li style='list-style-type:disc'>🚫 deletion of your personal data (like your online scores)</li><li style='list-style-type:disc'>👍 or any other feedback</li></ul>
<hr style="height:0.5rem; visibility:hidden;" />
send an email to <b><a href="mailto:[email protected]">[email protected]</a></b>.
<h2>How to support this game?</h2>
If you like this game, you can support it by the following means:
<ul style='margin:0'>
<li style='list-style-type:disc'>put stars <big>⭐⭐⭐⭐⭐</big> and positive comments on Google Play</li>
<li style='list-style-type:disc'>donate:
<hr style="height:0.05rem; visibility:hidden;" />
<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F9EE2A483RT9J&source=url'>
<img alt='Donate with Paypal' src='img/paypal-donate-button.png' style='width:9rem;margin:0'>
</a><br>
</li>
<!-- <li style='list-style-type:disc'>look at some ads you're interested in (it can bring small revenue)</li> [DISABLE ADS] -->
</ul>
Thanks for your support!
</div>
</div>
<!-- FOOTER -->
<div id="footer">
</div>
</div>
</body>
</html>