26 lines
676 B
HTML
26 lines
676 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Sol | 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> Sol Centralis (she/they) </h1>
|
|
<hr>
|
|
<img src="media/sol-avatar.png" alt="Drawing of sol" width="200">
|
|
<hr>
|
|
<p>
|
|
hiii im Sol Centralis!<br>
|
|
administrator of headspace and front!<br>
|
|
i can watch most stuff that goes on and get to move people around so they are where they need to be!
|
|
</p>
|
|
</body>
|
|
</html>
|