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

31 lines
1.2 KiB
HTML
Raw Normal View History

2021-03-28 18:15:31 +00:00
<!DOCTYPE html>
2022-07-17 19:28:44 +00:00
<!--Hello explorers of this website's source code! We hope you enjoy your visit!-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>exozyme</title>
2022-05-27 19:28:40 +00:00
<link rel="stylesheet" href="style.css" type="text/css">
2022-08-20 23:17:17 +00:00
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
2022-05-27 19:36:27 +00:00
<a href=".">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
2023-01-21 04:05:16 +00:00
<img src="img/logo.png" alt="exozyme" height="360" width="360">
2022-05-27 19:36:27 +00:00
</picture>
</a>
2022-05-25 21:56:56 +00:00
<h1>The exozyme project</h1>
2022-06-25 17:44:46 +00:00
<div class="emoji">🏗️ 💻 👾 📖 🗨️ </div>
2022-05-25 21:56:56 +00:00
<p class="slogan">
2022-06-25 17:44:46 +00:00
Build. Code. Hack. Learn. Discuss.
</p>
<pre><a href="about">About</a> <a href="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
<br>
<div class="info">
<b><a href="https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/">#GiveUpGitHub!</a></b> Join us for libre code hosting, or even better, contribute to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>.
</div>
</body>
2021-03-28 18:15:31 +00:00
</html>