1
1
Fork 0
portfolio/build/posts/fourth-post/index.html
2016-08-07 13:11:02 -05:00

24 lines
511 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Fourth Post</title>
<meta name="description" content="">
</head>
<body>
<header>
<p>
<a href="/">Home</a>
</p>
</header>
<h1>My Fourth Post</h1>
<time>Thu Dec 06 2012 18:00:00 GMT-0600 (CST)</time>
<p>A really short, rushed-feeling string of words.</p>
<footer>
<p>Generated with Metalsmith &mdash; <a href="http://www.metalsmith.io/">http://www.metalsmith.io/</a></p>
</footer>
</body>
</html>