Create index.html

This commit is contained in:
Xiao X
2026-05-28 23:13:18 -04:00
committed by GitHub
commit bcd69f2660
+42
View File
@@ -0,0 +1,42 @@
<!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></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>
<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>
</div>
</body>
</html>