website/people/will.html

28 lines
699 B
HTML
Raw Normal View History

<!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>
2024-10-26 14:58:33 +02:00
<img src="media/will-avatar.png" alt="Drawing of Will" width="200">
<hr>
2024-10-26 15:26:07 +02:00
<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>