almost ready. now to harden

This commit is contained in:
root 2025-11-04 11:30:34 +00:00
parent 29cbf8b2d8
commit e856c0dfb1
20 changed files with 539 additions and 58 deletions

45
site/privacy-policy.html Executable file
View file

@ -0,0 +1,45 @@
<!DOCTYPE html>
<head>
<title>distrust.network - Privacy Policy</title>
<style>
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: monospace;
}
@media (max-width: 640px) {
.centered {
position: fixed;
top: 10%;
left: 0;
transform: none;
width: 100vw;
height: 100vh;
padding: 1rem;
box-sizing: border-box;
}
}
body {
background-color: #121212;
color: #FFFFFF;
}
a {
color: #a2a2a2;
text-decoration: underline;
}
.privacy-policy {
float: right;
}
</style>
</head>
<body>
<div class="centered">
<h1>Privacy Policy</h1>
<hr>
<p>Alan, add privacy policy.</p>
<hr>
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/" class="privacy-policy">Home</a></span>
</div>
</body>