initial commit

This commit is contained in:
emma 2024-11-26 06:28:03 -05:00
commit 4dc1b75a0d
2 changed files with 22 additions and 0 deletions

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>emma's place</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<main>
<section class="navigation">
</section>
<section class="content">
<p>
you're at emma's place. coffee or your choice of tea are waiting for you. my cat baxter loves pets if you'd like to say hello. there's a little bit of eveything that is me here. there's no rush, you can be here for as little or as long as you'd like. you can just take it easy here. if all of this somehow brings you some happiness or makes you feel like maybe there's another human on the other side of your screen then i've done my job. have a look around, don't forget to grab a beverage
</p>
</section>
</main>
</body>
</html>

0
style/style.css Normal file
View File