1
0
mirror of https://github.com/ArcticFoxes-net/arcticfoxes.net synced 2024-09-18 15:44:43 -04:00
arcticfoxes.net/index.html

44 lines
2.3 KiB
HTML
Raw Normal View History

2022-09-02 06:33:32 -04:00
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ArcticFoxes</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>ArcticFoxes <button onclick="location.href='https://app.arcticfoxes.net'" type="button">Web Client</button></h1>
<p>This is a small Matrix homeserver for cool nerds to hang around.</p>
<p><strong>Rules</strong>: Do not post illegal materials, spam, or harrass other people.</p>
<p><strong>Privacy</strong>: We do not sell your data to third parties. However, we do have the data that every Matrix homeserver operator has access to, including but not limited to your IP address, your contacts, which rooms you are in, etc. We reserve the right to forward criminal activities to relevant authorities and comply with lawful requests where there is legal basis.</p>
<p><strong>Hosting</strong>: The server runs on our own hardware with drive encryption and colocated in the UK. Static pages are hosted on <a href="https://netlify.com">Netlify</a>, but anything involving your private data such as the <a href="https://app.arcticfoxes.net">Element web client</a> or the <a href="https://matrix.arcticfoxes.net">API endpoints</a> are not behind their reverse proxy.</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto:contact@arcticfoxes.net" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://github.com/tommytran732/arcticfoxes.net" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; ArcticFoxes.net.</li>
<li><a href="https://tommytran.io/gpg.asc">PGP Key</a>.</li>
<li>Website designed by <a href="https://html5up.net">HTML5 UP</a>.</li>
<li>Backgrounds from <a href="https://unsplash.com/s/photos/arctic-fox">Unsplash</a>.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>