/ Published in: HTML
iTouch Source: http://allinthehead.com/retro/319/...
Expand |
Embed | Plain Text
<head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <link rel="apple-touch-icon" href="/customIcon.png" /> <link rel="home" title="Homepage" href="http://www.yoursite.com" /> <link rel="contents" title="Site Map" href="http://www.yoursite.com/sitemap.xml" /> <link rel="search" title="Search this site" href="http://www.yoursite.com/search/" /> <link rel="author" title="Email Author" href="mailto:[email protected]" /> <!-- Leading page --> <link rel="first" title="first page" href="firstpage.html" /> <!-- Page prior to current page --> <link rel="prev" title="the page before" href="previous.html" /> <!-- Page after current page --> <link rel="next" title="the next page" href="next.html" /> <!-- Last page --> <link rel="last" title="last page or most recent page" href="lastpage.html" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <!-- If your site deals only with a specific area, city, region, or state --> <meta name="Geography" content="street, city, state zip" /> <meta name="City" content=" " /> <meta name="State" content=" " /> <meta name="Country" content=" " /> </head>
You need to login to post a comment.
