-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
22 lines (19 loc) · 1.06 KB
/
support.html
File metadata and controls
22 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DotFlee - Support</title>
</head>
<body>
<h1>DotFlee Support</h1>
<p>If you are experiencing issues with the game or have questions, please see the information below.</p>
<h2>Contact Us</h2>
<p>If you need assistance, feel free to reach out via email at <a href="mailto:kpappworx@gmail.com">support@kpappworx.com</a>.</p>
<h2>Frequently Asked Questions (FAQ)</h2>
<p>1. <strong>How do I play DotFlee?</strong> <br> The goal is to avoid obstacles and keep your dot safe for as long as possible. Tap and swipe to move the dot and escape the challenges.</p>
<p>2. <strong>Is the game free?</strong> <br> Yes, DotFlee is free to play with optional in-app purchases.</p>
<h2>Troubleshooting</h2>
<p>If the game is not working as expected, try restarting your device or updating the app to the latest version. If the issue persists, contact us for further assistance.</p>
</body>
</html>