Advertisement
wkerswell

Untitled

Sep 5th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2.   <head>
  3.     <meta charset="utf-8">
  4.     <title></title>
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta name="description" content="">
  7.     <meta name="author" content="">
  8.  
  9.     <!-- Le styles -->
  10.     <link href="style/style.css" rel="stylesheet">
  11.     <link href="style/bootstrap.css" rel="stylesheet">
  12.     <link href="style/bootstrap-responsive.css" rel="stylesheet">
  13.  
  14.     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
  15.     <!--[if lt IE 9]>
  16.      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  17.    <![endif]-->
  18.  
  19.     <!-- Le fav and touch icons -->
  20.     <link rel="shortcut icon" href="images/favicon.ico">
  21.    
  22.     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
  23.     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
  24.     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
  25.     <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
  26.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27.  
  28.   </head>
  29.   <body >
  30.         <div id="head">
  31.             <div id="logo"></div>
  32.             <div id="social"></div>
  33.         </div>
  34.  
  35.         <div id="foot" >
  36.           <hr/>
  37.           <div align="center">
  38.             <p>&copy; willkerswell.com 2012 | <a href="storeadmin/">Admin</a></p>
  39.         </div>
  40.         </div>
  41.     </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement