24 lines
511 B
HTML
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 — <a href="http://www.metalsmith.io/">http://www.metalsmith.io/</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|