emmas.place/index.php

43 lines
1.8 KiB
PHP
Raw Permalink Normal View History

2024-11-26 11:28:03 +00:00
<!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="icon" type="image/x-icon" href="./img/site/assets/favicon.ico">
2024-11-26 11:28:03 +00:00
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
2024-12-12 13:06:46 +00:00
<?php include "./includes/header.php" ?>
2024-12-13 19:22:44 +00:00
<?php include "./includes/nav.php" ?>
2024-11-26 11:28:03 +00:00
<main>
<section>
2024-11-26 12:29:39 +00:00
<h1>welcome to emma's place</h1>
2024-11-26 11:28:03 +00:00
<p>
2024-12-15 13:59:49 +00:00
you're at emma's place. coffee or tea of your choice 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
2024-11-26 11:28:03 +00:00
</p>
2024-11-29 12:40:50 +00:00
<h3>latest status</h3>
<div class="status">
<script src="https://status.lol/emma.js?time&link&fluent&pretty" defer></script>
</div>
2024-11-29 12:40:50 +00:00
<h3>news about emma</h3>
<ul>
2024-12-04 11:05:41 +00:00
<li>
11-28-2024 - i've begun feeling better as i navigate depression, i'm slowly but surely remembering that <strong>i</strong> matter
</li>
<li>
12-05-2024 - i've begun using picrew to explore my identity and sense of self. while creating this site i added a picrew page with a few images of how i see myself. with time i will certainly add more
</li>
2024-12-19 01:06:20 +00:00
<li>
2024-12-19 01:07:42 +00:00
12-18-2024 - i enjoy tending to my site greatly even though it is still young. i enjoy looking through it and slowly adding and changing things
2024-12-19 01:06:20 +00:00
</li>
</ul>
2024-11-26 11:28:03 +00:00
</section>
</main>
2024-12-12 13:06:46 +00:00
<?php include "./includes/footer.php" ?>
2024-11-26 11:28:03 +00:00
</body>
</html>