Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <meta charset="UTF-8">
  2. <meta name="HandheldFriendly" content="True">
  3. <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale: 1, maximum-scale=1, user-zoomable: false ">
  4.  
  5.  
  6. <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
  7. <meta http-equiv="cleartype" content="on">
  8.  
  9. <!-- Bing SEO -->
  10. <meta name="geo.placename" content="Denmark" />
  11. <meta name="geo.position" content="55.668291;12.562866" />
  12. <meta name="geo.region" content="DK" />
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  15. <script src="http://eightmedia.github.io/hammer.js/dist/jquery.hammer.js"></script>
  16.  
  17.  
  18. <link rel="stylesheet/less" type="text/css" href="css/style.css">
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <script src="js/unveil.js"></script>
  26. <script>$(function(){$("img").unveil(600);});</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement