exozyme/index.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2021-03-28 18:15:31 +00:00
<!DOCTYPE html>
<html>
2021-06-24 15:41:27 +00:00
<head>
<title>exozyme</title>
2022-03-02 01:55:46 +00:00
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
2021-06-24 15:41:27 +00:00
</head>
2021-03-28 18:15:31 +00:00
<body>
2021-07-01 03:47:02 +00:00
<div>
2021-04-06 02:34:47 +00:00
<br>
2021-10-31 17:14:23 +00:00
<picture>
2022-02-03 20:47:46 +00:00
<source srcset="/logo.avif" type="image/avif">
2021-10-31 17:14:23 +00:00
<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>
2021-04-06 02:34:47 +00:00
<br>
2021-06-24 15:41:27 +00:00
<h2>The exozyme project</h2>
2021-06-15 19:11:31 +00:00
<br>
2021-07-12 20:28:16 +00:00
<p style="text-align:center;">
2021-07-27 02:15:59 +00:00
<div style="font-size:48px;">🔓 🚀 🛡️</div>
2021-07-12 20:28:16 +00:00
</p>
2021-06-15 19:11:31 +00:00
<br>
2021-05-21 18:37:29 +00:00
<br>
2021-07-12 20:28:16 +00:00
<p style="text-align:center;">
2021-08-01 02:04:32 +00:00
The <b>libre</b>, <b>high-performance</b>, <b>privacy-respecting</b> cloud!
2021-07-16 01:55:54 +00:00
</p>
<br>
2021-07-12 20:28:16 +00:00
<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>
2021-07-12 20:28:16 +00:00
</p>
2021-06-24 15:43:37 +00:00
<br>
2021-05-21 18:37:29 +00:00
</div>
2021-03-28 18:15:31 +00:00
</body>
</html>