33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!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">
|
|
<h1>welcome to emma's place</h1>
|
|
<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>
|
|
<h2>other things of mine you might like</h2>
|
|
<ul>
|
|
<li><a href="https://thiscat.rocks">baxter's homepage</a></li>
|
|
<li><a href="https://alternate.thiscat.rocks">a photo gallery of baxter with a retro twist</a></li>
|
|
<li><a href="https://onecatper.day">an image of a cat in your web browser or via rss</a></li>
|
|
</ul>
|
|
<h2>other places you can find me</h2>
|
|
<ul>
|
|
<li><a href="https://blog.hypertext.city">my blog</a></li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|