-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport-finite.html
More file actions
69 lines (55 loc) · 1.43 KB
/
support-finite.html
File metadata and controls
69 lines (55 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FINITE Support</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>FINITE Support</h1>
<p>
If you have any questions, feedback, or issues about FINITE,
feel free to reach out.
</p>
<p>
We read every message.
</p>
<p>
📧 Contact:
<a href="mailto:makinggoodtimeshappen@gmail.com">
makinggoodtimeshappen@gmail.com
</a>
</p>
<hr>
<h2>Frequently Asked Questions</h2>
<h3>What is FINITE?</h3>
<p>
FINITE is a simple app designed to help you become more aware of time
and live more intentionally. It focuses on perspective, not productivity.
</p>
<h3>Do I need an account to use FINITE?</h3>
<p>
No. FINITE does not require any account or sign-up.
</p>
<h3>Is my data stored in the cloud?</h3>
<p>
No. All data stays on your device. FINITE does not use cloud storage
or external servers.
</p>
<h3>Does FINITE track or share my data?</h3>
<p>
No. FINITE does not track you, collect analytics, or share data with third parties.
</p>
<h3>How can I send feedback or report a bug?</h3>
<p>
You can send any feedback, ideas, or bug reports directly to
<a href="mailto:makinggoodtimeshappen@gmail.com">
makinggoodtimeshappen@gmail.com
</a>.
</p>
<hr>
<p>
FINITE — A Perspective on Life
</p>
</body>
</html>