Skip to content

Commit

Permalink
html5 semantic header/footer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 10, 2010
1 parent 5f1db10 commit ff0f0e2
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions index.html
Expand Up @@ -27,7 +27,7 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png">


<!-- CSS : implied media="all"-->
<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="css/style.css?v=0.1">

<!-- For the less-enabled mobile browsers like Opera Mini -->
Expand All @@ -49,24 +49,25 @@
<!--[if !IE]><!--> <body> <!--<![endif]-->



<div id="container">
<div id="header">
<header>

</div>
<div id="body">
</header>

<div id="main">

</div>
<div id="footer">

</div>
</div>


<footer>

</footer>
</div> <!--! end of #container -->


<!-- JavaScript -->
<!-- Javascript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery. fall back to local if neccessary -->
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>

Expand Down

0 comments on commit ff0f0e2

Please sign in to comment.