/ Published in: HTML
Expand |
Embed | Plain Text
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- META TAGS --> <meta name="keywords" content="" /> <meta name="description" content="" /> <link rel="image_src" href="" /> <!--META TAGS PARA FACEBOOK SHARE--> <meta property="og:title" content="" /> <meta property="og:description" content="" /> <meta property="og:image" content="" /> <link rel="shortcut icon" href="favicon.ico"> <!-- Mobile viewport optimized: j.mp/bplateviewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/css/style.css" rel="stylesheet"/> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <style type="text/css"> header, section, footer, aside, nav, article, figure, audio, video, canvas { display:block; } </style> <!-- Insert Here Your JS code --> <!-- END Your JS Code --> </head> <body> <div id="wrapper"> <header> Header </header> <nav> Nav </nav> <section id="content"> <article> Article </article> </section> <aside> Sidebar </aside> <footer> Footer </footer> </div> <!-- Insert Here Code Google Analytics --> <!-- END Code Google Analytics --> </body> </html>
You need to login to post a comment.
