45 lines
1.2 KiB
HTML
Executable file
45 lines
1.2 KiB
HTML
Executable file
<!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>
|