emmas.place/life/rays-of-sunshine.php

32 lines
949 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
<title>category of emma's life</title>
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<h1>emma's rays of sunshine - category</h1>
<section>
<p>
links in this category are things that bring me happiness or help me find it. other items that could fit in other categories may find themselves here because their primary goal is to bring me happiness or help me find it. a link may be here because it was also helpful in discovering something that brought me happiness
</p>
<ul>
<li>
</li>
</ul>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>