27 lines
699 B
HTML
27 lines
699 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Will | 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> William Raine (he/him) </h1>
|
|
<hr>
|
|
<img src="media/will-avatar.png" alt="Drawing of Will" width="200">
|
|
<hr>
|
|
<p>
|
|
I'm Will.<br>
|
|
Alternatively "William Raine" if you want to be annoying and fancy about it.<br>
|
|
I don't know what I'm supposed to say here really.<br>
|
|
I like to read, and I love worldbuilding.
|
|
</p>
|
|
</body>
|
|
</html>
|