-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
20 lines (17 loc) · 936 Bytes
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Your privacy is very important to us. Our application ("WakeOnLan(Magic Packet)") does not collect, store, or share any personal information.</p>
<h2>No Personal Information Collected</h2>
<p>The App does not collect, store, or transmit any personal information. We do not use any third-party services or analytics tools to track or monitor user activity.</p>
<h2>App Permissions</h2>
<p>Any system permissions used by the App are solely for the basic functionality of the app and do not involve the collection or transmission of user data.</p>
<p>If you have any privacy concerns, please contact us at: <a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>