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

37 lines
1.4 KiB
HTML

<!DOCTYPE html>
<!--Hello explorers of this website's source code! We hope you enjoy your visit!-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exozyme</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<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">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>The exozyme project</h1>
<div class="emoji">🏗️ 💻 👾 📖 🗨️</div>
<p class="slogan">
Build. Code. Hack. Learn. Discuss.
</p>
<div>
<a href="about">About</a>&nbsp;&nbsp;&nbsp;
<a href="quickstart">Quickstart</a>&nbsp;&nbsp;&nbsp;
<a href="explore">Explore</a>&nbsp;&nbsp;&nbsp;
<a href="fuqs">FUQs</a>
</div>
<br>
<div class="info">
<a href="https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/">#GiveUpGitHub!</a> Join us for libre code hosting, or even better, contribute to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>.
</div>
</body>
</html>