Skip to content

Commit

Permalink
Added a first structure for the homepage. Defining header, content ar…
Browse files Browse the repository at this point in the history
…ea and footer.
  • Loading branch information
dsriedel committed Sep 21, 2010
1 parent e108911 commit f2f3fe9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@
</head>
<body>

<header><h1>HTML5 Browser Tournament</h1></header>
<section>
<aside>
<nav>
<ul>
<li>Home</li>
<li>About us</li>
<li>Resources</li>
</ul>
</nav>
</aside>
<article>Welcome to our website.</article>
</section>
<footer>2010 P2PU School of Webcraft HTML5 course.</footer>

</body>
</html>

0 comments on commit f2f3fe9

Please sign in to comment.