27 lines
950 B
HTML
27 lines
950 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<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>
|
|
<img src="media/sam-avatar.png" alt="Drawing of Sam" width="200">
|
|
<hr>
|
|
<p>
|
|
I am Sam, the chameleon, shapeshifter and actor.<br>
|
|
You already know them more than you think as they have been impersonating others in the system for a while now.<br>
|
|
Though if I don't trust you don't expect me to actually introduce myself if I am around, I am way more likely to just stick to the role of the person who was there before me.<br>
|
|
If you have a problem with that then you can contact <a href="./rose">Rose</a>.<br> for kneecap removal.
|
|
</p>
|
|
</body>
|
|
</html>
|