exozyme/index.html

23 lines
760 B
HTML
Raw Normal View History

2021-03-28 18:15:31 +00:00
<!DOCTYPE html>
<!-- Hello! I hope this HTML is at least mildly readable... -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exozyme</title>
2022-05-27 19:28:40 +00:00
<link rel="stylesheet" href="style.css" type="text/css">
2024-01-20 00:59:44 +00:00
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
2024-01-20 00:59:44 +00:00
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
<h1>exozyme</h1>
<p class="emoji">🏗️ 💻 👾 📖 🗨️</p>
<p class="links">
<a href="about">about</a>&nbsp;&nbsp;&nbsp;
<a href="explore">explore</a>&nbsp;&nbsp;&nbsp;
<a href="join">join</a>
</p>
</body>
2021-03-28 18:15:31 +00:00
</html>