-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
33 lines (31 loc) · 965 Bytes
/
support.html
File metadata and controls
33 lines (31 loc) · 965 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AskAI - Support</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 700px;
margin: 51px auto;
padding: 0 20px;
color: #333;
}
h1 {
color: #007aff;
}
a {
color: #007aff;
}
</style>
</head>
<body>
<h1>Support - AskAI</h1>
<p>If you have any questions, issues, or feedback about the AskAI app, please feel free to contact us:</p>
<ul>
<li><strong>Email:</strong> <a href="mailto:pir.studio2025@gmail.com">pir.studio2025@gmail.com</a></li>
<li><strong>Privacy Policy:</strong> <a href="https://hayat-khan-space.github.io/-asksmartai-privacy/index.html" target="_blank">View Privacy Policy</a></li>
</ul>
<p>We usually respond within 24–48 hours. Thank you for using AskAI!</p>
</body>
</html>