Skip to content

Commit

Permalink
correcting indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Jan 23, 2011
1 parent 9435f4e commit 39c69ee
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions template2.html
Expand Up @@ -26,30 +26,31 @@

</head>

<body lang="en">
<body lang="en">

<html5:header>
<h1>Page/Article Title</h1>
<html5:nav>
<ul>
<li>Navigation</li>
</ul>
</html5:nav>
</html5:header>

<html5:article>
<p>This is some article content</p>
</html5:article>

<html5:aside>
Sidebar content
</html5:aside>

<html5:footer>
Footer Text
</html5:footer>
<html5:header>
<h1>Page/Article Title</h1>
<html5:nav>
<ul>
<li>Navigation</li>
</ul>
</html5:nav>
</html5:header>
<html5:article>
<p>This is some article content</p>
</html5:article>
<html5:aside>
Sidebar content
</html5:aside>
<html5:footer>
Footer Text
</html5:footer>


</body>

</html>

Expand Down

0 comments on commit 39c69ee

Please sign in to comment.