arrayinamatrix.xyz/index/apps/privacy/index.html

85 lines
3.1 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en-US">
<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>Privacy Policy</title>
<link rel="stylesheet" href="../../../style/style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
crossorigin="anonymous"
/>
<link
rel="icon"
type="image/x-icon"
href="../../../res/site/icons/favicon.ico"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Privacy Policy</h1>
<h2 class="project-tagline">The Right to Privacy.</h2>
<a href="../../../" class="btn">Home</a>
<a href="../" class="btn">Services</a>
</header>
<main id="content" class="main-content" role="main">
<h3>Privacy Policy</h3>
<section id="website">
<h3>
<a href="https://arrayinamatrix.xyz">arrayinamatrix.xyz</a> &
<a href="https://inamatrix.xyz">inamatrix.xyz</a>
</h3>
<h5>last updated: 10/5/2025</h5>
<code>
We do not collect any personal data or any information that can be
used to identify you. We record server analytics and statistics such
as generic system information (CPU, memory usage, etc.). Pages that
require some client side JavaScript code are denoted by the smash
product symbol "⨳", external websites are not included. Server
analytics and statistics are only used to improve and monitor the
health of the hosted services. We use Google's ReCAPTCHA to reduce
automated spam bots whenever needed. Messages deleted from the Matrix
homeserver can not guarantee their removal from federated homeserver
network.
<strong
>Anyone, including server admins, can see all unencrypted
data!</strong
>
<br />
<br />
Rules for our matrix homeserver can be found
<a href="../../apps/matrix/#rules">here</a>.
</code>
</section>
<br />
<br />
<section id="note">
<h3>Note:</h3>
<h5>last updated: 22/11/2022</h5>
<code>
We may update or change our privacy policy without warning. All of our
services are provided on a <strong>As-Is</strong> basis without any
warranties. We will <strong>NOT</strong> notify you of any changes to
the privacy policy.
</code>
</section>
<br />
<br />
<section id="contact">
For additional information or support please email us at
<a href="mailto:support@arrayinamatrix.xyz"
>support@arrayinamatrix.xyz</a
>
or message us on one of these <a href="../../socials/">platforms</a>.
</section>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>