32 lines
747 B
HTML
32 lines
747 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Joe Wroten</title>
|
|
<link href="app.css" type="text/css" rel="stylesheet" />
|
|
<meta name="description" content="">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<p>
|
|
<a href="/">Home</a>
|
|
</p>
|
|
</header>
|
|
<h1>Joe Wroten</h1>
|
|
<p></p>
|
|
|
|
<h1>TODO</h1>
|
|
|
|
<p><a href="/posts/first-post/">First post</a></p>
|
|
<p><a href="/posts/second-post/">Second post</a></p>
|
|
<p><a href="/posts/third-post/">Third post</a></p>
|
|
<p><a href="/posts/fourth-post/">Fourth post</a></p>
|
|
|
|
|
|
<footer>
|
|
<p>Generated with Metalsmith — <a href="http://www.metalsmith.io/">http://www.metalsmith.io/</a></p>
|
|
</footer>
|
|
|
|
<script src="http://localhost:35729/livereload.js"></script>
|
|
</body>
|
|
</html>
|