flake/site/privacy-policy.html
2025-11-06 10:16:06 +00:00

100 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Distrust</title>
<!-- HTML Meta Tags -->
<meta name="description" content="See no evil, hear no evil, speak no evil.">
<meta property="og:url" content="https://distrust.network">
<meta property="og:type" content="website">
<meta property="og:title" content="Distrust">
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
<meta property="og:image" content="https://distrust.network/logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="distrust.network">
<meta property="twitter:url" content="https://distrust.network">
<meta name="twitter:title" content="Distrust">
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
<meta name="twitter:image" content="https://distrust.network/logo.png">
<meta name="theme-color" content="#dda0dd">
<link rel="icon" href="logo.png">
<style>
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: monospace;
}
@media (max-width: 992px) {
.centered {
position: fixed;
top: 5%;
left: 0;
transform: none;
width: 100vw;
height: 100vh;
padding: 1rem;
box-sizing: border-box;
font-size: 24px;
}
}
body {
background-color: #121212;
background: url("/background.png");
color: #FFFFFF;
}
a {
color: plum;
text-decoration: underline;
}
.hover {
text-decoration-style: dotted;
}
.external {
text-decoration-style: wavy;
}
hr {
height: 0.1rem;
background-color: plum;
border: none;
}
li::marker {
color: plum;
}
li {
list-style-type: "> ";
}
.privacy-policy {
float: right;
}
.dimmed {
color: gray;
text-align: center;
}
</style>
</head>
<body>
<div class="centered">
<h1>Distrust</h1>
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
<hr>
<p><i>"We know where you are. We know where you've been. We can more or less know what you're thinking about."</i>
<small><a href="https://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" class="external">Eric Schmidt, Former Google CEO</a></small></p>
<h3>Privacy Policy</h3>
<hr>
<p>Distrust is dedicated to protecting your privacy and upholding your right to anonymity, freedom of expression, and digital security.</p>
<p>The only personal information required is a username and a contact address for account setup; no extra data, analytics, or trackers are used.</p>
<p>Service logs are maintained for no more than one hour, strictly for operational debugging, after which they are automatically deleted. </p>
<p>All payments are processed through privacy-focused cryptocurrencies (BTC and XMR), and any funds received beyond core hosting costs are donated to privacy advocacy initiatives such as the TOR Project. </p>
<p>Server infrastructure is hardened, regularly audited, and accessible only via secure means by the sole administrator. </p>
<p>Your data is never sold or shared, except where strictly required by French law (I strongly recommend you read up on it <a href="https://iclg.com/practice-areas/data-protection-laws-and-regulations/france" class="external">here</a> before you store any unencrypted data on our servers), and users can request access to or deletion of their minimal personal information at any time. </p>
<p>Anonymous account provisioning is fully supported, and users can reach out via the secure contact details provided for any privacy-related questions or requests. </p>
<p>Every aspect of our policy is designed to maximize your privacy and align with our mission of supporting a safer, more private internet for all.</p>
<hr>
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/support.html">Support</a><a href="/" class="privacy-policy">Home</a>
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
</div>
</body>
</html>