/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="robots" content="index, follow" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="author" content="" /> <!-- iPhone Icon --> <link rel="apple-touch-icon" href="images/iphone-icon.png" /> <!-- CSS --> <link rel="stylesheet" href="reset.css" type="text/css" media="screen,projection" /> <link rel="stylesheet" href="layout.css" type="text/css" media="screen,projection" /> <link rel="stylesheet" href="type.css" type="text/css" media="screen,projection" /> <!--[if lt IE 7]> <link rel="stylesheet" href="ie6.css" type="text/css" media="all" /> <![endif]--> <!-- JS --> <!-- http://code.google.com/p/ie7-js/ --> <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta3)/IE8.js"></script> <![endif]--> <!-- IE HTML 5 --> <!--[if IE]> <script> document.createElement("header"); document.createElement("footer"); document.createElement("nav"); document.createElement("article"); document.createElement("section"); </script> <![endif]--> </head> <body id="index" class="home"> </body> </html>
You need to login to post a comment.
