emmas.place/life/todo.php

31 lines
1.0 KiB
PHP
Raw Normal View History

2024-12-30 00:56:17 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"
<title>emma's things to do</title>
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<h1>emma's things to do</h1>
<section>
<p>
this page is a little less specific than <a href="./goals.php" target="_blank">emma's goals</a> they are things that i'd like to accomplish, but are not truly personal to me. they are things you could look through as well if you are looking for something new to try out or a skill to pick up. sometimes i'll try to include a resource i've found for eventually pursuing a topic if i have researched it far enough to do so. i will mark resources that are paid and resources that are free
</p>
<h3>todo list</h3>
<ul>
<li></li>
</ul>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>