Created
October 18, 2010 13:18
-
-
Save Anderson-Juhasc/632198 to your computer and use it in GitHub Desktop.
Modelo HTML5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<!--[if lt IE 7 ]> <html lang="pt-BR" class="no-js ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html lang="pt-BR" class="no-js ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html lang="pt-BR" class="no-js ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="pt-BR" class="no-js ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="pt-BR" class="no-js"> <!--<![endif]--> | |
<head> | |
<!--[if IE]><![endif]--> | |
<!-- begin Metas --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!--// end Metas --> | |
<!-- begin Links --> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> | |
<link rel="stylesheet" href="css/style.css?v=1"> | |
<!--// end Links --> | |
<!--// Modernizr --> | |
<script src="js/modernizr-1.5.min.js"></script> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<div id="wrapped"> | |
<div id="container"> | |
<div id="header"> | |
<div id="innerHeader"> | |
</div> | |
</div> <!--// end header --> | |
<div id="content"> | |
<div id="innerContent"> | |
</div> | |
</div> <!--// end content --> | |
</div> | |
<div id="footer"> | |
<div id="innerFooter"> | |
</div> | |
</div> <!--// end footer --> | |
</div> <!--// end wrapped --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.4.2.min.js"%3E%3C/script%3E'))</script> | |
<script src="js/script.js?v=1"></script> | |
<!--[if lt IE 7 ]> | |
<script src="js/dd_belatedpng.js"></script> | |
<script>DD_belatedPNG.fix('.png');</script> | |
<![endif]--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment