website/people/sam.html

23 lines
489 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
2024-10-08 15:40:58 +02:00
<title>Sam | Garden System</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>
<a href="../index.html">>Home<</a>
<a href="../contact.html">>Contact<</a>
</p>
<hr>
<h1> Sam (they/them) </h1>
<hr>
2024-10-26 14:58:33 +02:00
<img src="media/sam-avatar.png" alt="Drawing of Sam" width="200">
<hr>
</body>
</html>