mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/ga-bv.mathai.cloud.git
synced 2026-08-21 13:36:22 -04:00
47 lines
1.3 KiB
HTML
47 lines
1.3 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 goal is <a href="https://openssl-mission.org/">OpenSSL's mission</a>, though we are not associated with them in any way, shape, or form.</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 have public DNS!</h4>
|
|
<h5>IPv4: 185.167.97.23</h5>
|
|
<h5>IPv6: 2001:470:1f14:221::2</h5>
|
|
<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>
|