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

28 lines
870 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>exozyme</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<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="360" width="360">
</picture>
<br>
<h2>The exozyme project</h2>
<br>
<div style="font-size:48px;">🔓 🚀 🛡️</div>
<br>
<br>
The <b>libre</b>, <b>high-performance</b>, <b>privacy-respecting</b> cloud!
<br>
<br>
<pre><a href="about">About</a> <a href="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
</body>
</html>