27 lines
950 B
PHP
27 lines
950 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width intial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>emma's postroll</title>
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<?php include "../includes/nav.php" ?>
|
|
|
|
<section>
|
|
<h1>emma's postroll</h1>
|
|
<p>
|
|
these are posts from other folks on the web that mean a lot to me. they may have inspired me, changed the way i think or look at something, or they were simply a good read. for one or more of those reasons, they are linked here for you to check out. possibly this gives you a better idea of what i find important and helps you understand me better. maybe in the end it just gives you a nice collection of posts to read. as time moves on i'll add more posts as i quite enjoying reading blogs
|
|
</p>
|
|
<h3>postroll links</h3>
|
|
<ul
|
|
<li></li>
|
|
</ul>
|
|
<section>
|
|
</main>
|
|
</body>
|
|
</html>
|