mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/ga-bv.mathai.cloud.git
synced 2026-08-21 13:36:22 -04:00
51 lines
1.4 KiB
HTML
51 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Geprivilegieerde Anonimiteit BV</title>
|
|
<style>
|
|
body {
|
|
width: 35em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
|
|
.footer {
|
|
position: relative;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: white;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
gap: 15px;
|
|
padding: 10px 0;
|
|
}
|
|
.footer a {
|
|
color: black;
|
|
text-decoration: none;
|
|
padding: 6px 12px;
|
|
border-radius: 5px;
|
|
transition: 0.2s;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>We are Geprivilegieerde Anonimiteit BV. Our missions are the following:</h3>
|
|
<ul style="font-weight: bold;">
|
|
<li><a href="https://openssl-mission.org/">OpenSSL's mission</a></li>
|
|
<li>Make information free, public, and accessible.</li>
|
|
<li>Protect the right to act anonymously.</li>
|
|
</ul>
|
|
<h4>Soon Geprivilegieerde Anonimiteit BV will be replaced by Lurix. For more information, send us an email! :)</h4>
|
|
<h4>Our current project is <a href="https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto">XACrypto</a>.</h4>
|
|
<h4>This will be our site until I purchase a domain for this. Until then everything will be under mathai.cloud.</h4>
|
|
<h4>We had public DNS.</h4>
|
|
<div class="footer">
|
|
<a href="https://github.com/Geprivilegieerde-Anonimiteit-BV/ga-bv.mathai.cloud">Source Code</a>
|
|
<a href="mailto:gabv-temp@mathai.cloud">Email Us</a>
|
|
<a href="https://ga-bv.mathai.cloud/0xFA01C381-pub.asc">Our PGP Key</a>
|
|
</div>
|
|
</body>
|
|
</html>
|