privacy.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE HTML>
  2. <!--
  3. Hyperspace by HTML5 UP
  4. html5up.net | @ajlkn
  5. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  6. -->
  7. <html>
  8. <head>
  9. <title>Privacy Policy - AnonymousMessenger</title>
  10. <meta charset="utf-8" />
  11. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
  12. <link rel="stylesheet" href="assets/css/main.css" />
  13. <noscript>
  14. <link rel="stylesheet" href="assets/css/noscript.css" />
  15. </noscript>
  16. </head>
  17. <body class="is-preload">
  18. <header id="header">
  19. <a href="index.html" class="title">AnonymousMessenger</a>
  20. <nav>
  21. <ul>
  22. <li><a href="index.html">Home</a></li>
  23. <li><a href="privacy.html" class="active">Privacy Policy</a></li>
  24. </ul>
  25. </nav>
  26. </header>
  27. <div id="wrapper">
  28. <section id="main" class="wrapper">
  29. <div class="inner">
  30. <h1 class="major">Privacy Policy</h1>
  31. <p>AnonymousMessenger is a peer to peer app that does not need a server and therefore does not ever connect to us so we never get any data from your device even in the event of a crash.</p>
  32. <p>When you use our website to read content or to download the app we do log all requests for security reasons.</p>
  33. <p>When you use our onion service website the requests we log are anonymous.</p>
  34. </div>
  35. </section>
  36. </div>
  37. <footer id="footer" class="wrapper alt">
  38. <div class="inner">
  39. <ul class="menu">
  40. <li>&copy; AnonymousMessenger.</li>
  41. <li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
  42. </ul>
  43. </div>
  44. </footer>
  45. </body>
  46. </html>