This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/index.html
2021-07-20 12:00:57 -05:00

31 lines
945 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>exozyme</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>The exozyme project</h2>
<br>
<p style="text-align:center;">
<div style="font-size:48px;">🔓 🚀 🛡️</div>
</p>
<br>
<br>
<p style="text-align:center;">
Welcome to the <b>libre</b>, <b>high-performance</b>, <b>privacy-respecting</b> cloud.
</p>
<br>
<p style="text-align:center;">
<pre><a href="about">About</a> <a href="services">Services</a> <a href="blog">Blog</a> <a href="fuqs">FUQs</a></pre>
</p>
<br>
</div>
</body>
</html>