22 lines
504 B
HTML
22 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>A | 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> A... (she/her) </h1>
|
|
<hr>
|
|
<p>
|
|
I like to vary my name a bit but I'm cool with almost any vaguely feminine name that starts with A!
|
|
</p>
|
|
</body>
|
|
</html>
|