86 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			86 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			HTML
		
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>FX Client - Privacy Policy</title>
 | |
|     <style>
 | |
|         body {
 | |
|             text-align: center;
 | |
|             background-color: #fff;
 | |
|             color: #000;
 | |
|             font-size: 25px;
 | |
|             font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 | |
|             display: block;
 | |
|         }
 | |
| 
 | |
|         #dd {
 | |
|             text-align: center;
 | |
|             background-color: #fff;
 | |
|             color: #000;
 | |
|             font-size: 40px;
 | |
|             font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 | |
|             display: block;
 | |
|         }
 | |
| 
 | |
|         a {
 | |
|             text-decoration: none;
 | |
|         }
 | |
|     </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <span id="dd">Privacy Policy</span>
 | |
| 
 | |
|     <p>Last Update: 25 December 2022</p>
 | |
| 
 | |
|     <p>1. General Notes
 | |
|         <br />
 | |
|         Unless otherwise indicated, this privacy policy applies for the website (www.fxclient.cf).
 | |
| 
 | |
|         In this policy, "fxclient.cf", "we" or "us" refers to a group of developers scattered around the world. The
 | |
|         contact information of the owner of this enterprise can be found below.
 | |
|     </p>
 | |
|     <hr />
 | |
|     <p>2. Third Parties
 | |
|         <br />
 | |
|         We don't share your information with any 3rd parties.
 | |
|     </p>
 | |
|     <hr />
 | |
|     <p>
 | |
|         3. What information do we collect?
 | |
|         <br />
 | |
|         We do not collect any user information. Information is collected by territorial.io. The privacy policy for
 | |
|         territorial.io can be found at <a href="https://territorial.io/privacy_policy">
 | |
|             https://territorial.io/privacy_policy </a>
 | |
|         <br />
 | |
|         On the website we collect cookies: If you need more information about our cookies, you may check out our cookie
 | |
|         policy: <a href="https://fxclient.cf/cookie_policy">https://fxclient.cf/cookie_policy</a>
 | |
|     </p>
 | |
|     <hr />
 | |
|     <p>
 | |
|         4. How do we collect and use your information?
 | |
|         <br />
 | |
|         Information is sent to and used by Territorial.io and not encrypted in transit. Your information is used to
 | |
|         improve the game and to prevent fraud. Collection and usage of the data by Territorial.io is explained in more
 | |
|         detail at <a href="https://territorial.io/privacy_policy"> https://territorial.io/privacy_policy </a>
 | |
|         Usernames and rankings are publicly available. Statistical and anonymous game data are shown on Territorial.io
 | |
|         (https://territorial.io/players and https://territorial.io/clans) and the Territorial.io Discord server
 | |
|         (https://discord.gg/pa5TH6hZrv).
 | |
|     </p>
 | |
|     <hr />
 | |
|     <p>
 | |
|         5. How can you delete your information?
 | |
|         <br />
 | |
|         You can ask us to delete your data at the discord server shown below.
 | |
|     </p>
 | |
|     <hr />
 | |
|     <p>
 | |
|         6. Contact Information
 | |
|         <br />
 | |
|         If you have more questions, please contact us at this discord server: https://discord.gg/JEwYWGraj7
 | |
|     </p>
 | |
| </body>
 | |
| </html> |