-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
134 lines (123 loc) · 3.67 KB
/
Copy pathsupport.html
File metadata and controls
134 lines (123 loc) · 3.67 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blind Timer - Support</title>
<style>
body {
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
max-width: 720px;
margin: 0 auto;
padding: 40px 20px;
line-height: 1.7;
color: #1a1a1a;
background: #fff;
}
h1 {
font-size: 28px;
margin-bottom: 4px;
}
h2 {
font-size: 20px;
margin-top: 32px;
}
p,
li {
font-size: 16px;
}
.subtitle {
color: #666;
font-size: 16px;
margin-bottom: 32px;
}
a {
color: #0a84ff;
}
ul {
padding-left: 20px;
}
.faq {
margin-top: 16px;
}
.faq dt {
font-weight: 600;
margin-top: 16px;
}
.faq dd {
margin-left: 0;
margin-top: 4px;
color: #333;
}
</style>
</head>
<body>
<h1>Blind Timer Support</h1>
<p class="subtitle">
We're here to help you get the most out of Blind Timer.
</p>
<h2>Contact Us</h2>
<p>
If you have a question, found a bug, or want to suggest a feature, reach
out to us at:
</p>
<p><a href="mailto:muratdogan@yahoo.com">muratdogan@yahoo.com</a></p>
<p>We aim to respond within 48 hours.</p>
<h2>Frequently Asked Questions</h2>
<dl class="faq">
<dt>How do I play Blind Timer?</dt>
<dd>
Add at least 2 players, pick a difficulty, and tap Start Game. Each
player takes a turn trying to stop a hidden timer as close to the target
time as possible. The player closest to the target wins the round.
</dd>
<dt>What's the difference between Easy, Medium, and Hard?</dt>
<dd>
Easy mode (2-5 seconds) gives you haptic vibration every second as a
guide. Medium (5-10 seconds) and Hard (10-15 seconds) have no haptics —
you rely entirely on your internal sense of time.
</dd>
<dt>How do I restore my Premium purchase?</dt>
<dd>
Go to Settings within the app and tap "Restore Purchases". If you
purchased Premium on another device using the same Apple ID, your
purchase will be restored.
</dd>
<dt>What does Premium include?</dt>
<dd>
Premium is a one-time purchase that unlocks unlimited players (free is
limited to 4), removes all ads, and gives you unlimited game history.
</dd>
<dt>How do I remove ads?</dt>
<dd>
Upgrade to Premium from the Settings screen to permanently remove all
ads.
</dd>
<dt>Can I change the app language?</dt>
<dd>
Yes. Go to Settings and select your preferred language. Blind Timer
currently supports English and Turkish.
</dd>
<dt>How do I clear my game history?</dt>
<dd>
Go to Settings and tap "Clear Game History". This will permanently
delete all saved rounds from your device.
</dd>
<dt>Is my data shared with anyone?</dt>
<dd>
No. Player names and game history are stored only on your device and are
never sent to any server. Please see our
<a href="privacy-policy.html">Privacy Policy</a> for details on
third-party services used in the app.
</dd>
</dl>
<h2>System Requirements</h2>
<p>
Blind Timer requires iOS 15.0 or later. The app works on iPhone and iPad.
</p>
<h2>App Version</h2>
<p>Current version: 1.0.0</p>
</body>
</html>