website/index.html

29 lines
781 B
HTML
Raw Normal View History

2024-10-07 16:59:54 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Home | 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>
<p>
Hey, we are Garden, though you might know us as Lilly, we also go by that sometimes.<br>
</p>
<p>
We are a mixed origin system.<br>
Collectively you can call us garden.<br>
Collectively we use they/them pronouns but thought of in the plural sense.
</p>
<p>
If you don't know what any of that means you can look <a href="https://morethanone.info">here</a>
</p>
</body>
</html>