exozyme/index.html

23 lines
760 B
HTML

<!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>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<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>
</html>