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

36 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>exozyme</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324">
</picture>
<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;">
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="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
</p>
<br>
</div>
</body>
</html>