Skip to content

Commit 758bc4b

Browse files
feat: added support page
1 parent 2fb1244 commit 758bc4b

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

support.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>App Support - Private Mind</title>
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
max-width: 700px;
11+
margin: 40px auto;
12+
padding: 0 20px;
13+
line-height: 1.6;
14+
color: #333;
15+
}
16+
h1 {
17+
color: #0c4a6e;
18+
}
19+
footer {
20+
margin-top: 40px;
21+
font-size: 0.9em;
22+
color: gray;
23+
}
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Support - Private Mind</h1>
28+
<p><strong>App Name:</strong> Private Mind</p>
29+
<p><strong>Description:</strong> Private Mind is a secure, offline journal app designed to help you privately capture your thoughts and ideas. No login, no tracking — just you and your mind.</p>
30+
31+
<h2>Contact Support</h2>
32+
<p>If you have any issues, questions, or feedback, feel free to reach out to us:</p>
33+
<ul>
34+
<li><strong>Email:</strong> <a href="mailto:ai@swmansion.com">ai@swmansion.com</a></li>
35+
</ul>
36+
37+
<h2>Useful Links</h2>
38+
<ul>
39+
<li><a href="index.html">Privacy Policy</a></li>
40+
</ul>
41+
42+
<footer>
43+
&copy; 2025 Software Mansion S.A. All rights reserved.
44+
</footer>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)