12 lines
417 B
HTML
12 lines
417 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
<title>Odette website</title>
|
|
</head>
|
|
<body>
|
|
<h1>HELLO</h1>
|
|
<p>hey uh my name is odette, i am currently of the she/they/it variety. In the time I have spent not working on this website I am no longer sick, but I feel it would be good to continue to work on it, websites are cool.</p>
|
|
</body>
|
|
</html>
|