Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Page 1 - Ajaxify Demo</title>
  5.         <link rel="stylesheet" type="text/css" href="ajaxify.css" />
  6.         <!-- jQuery -->
  7.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  8.         <!-- jQuery ScrollTo Plugin -->
  9.         <script defer src="http://balupton.github.com/jquery-scrollto/scripts/jquery.scrollto.min.js"></script>
  10.         <!-- History.js -->
  11.         <script defer src="http://balupton.github.com/history.js/scripts/bundled/html4+html5/jquery.history.js"></script>
  12.         <!-- This Gist -->
  13.         <script defer src="http://gist.github.com/raw/854622/ajaxify-html5.js"></script>
  14.     </head>
  15.     <body>
  16.  
  17.         <div class="wrapper">
  18.             <ul class="nav" id="nav">
  19.                 <li>
  20.                     <a href="index.html">Page 1</a>
  21.                 </li>
  22.                 <li>
  23.                     <a href="page2.html">Page 2</a>
  24.                 </li>
  25.             </ul>
  26.             <iframe width="420" height="315" src="http://www.youtube.com/embed/i82SAjuJ8q8" frameborder="0" allowfullscreen></iframe>
  27.             <div class="mainContent" id="content">
  28.                 It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
  29.             </div>
  30.         </div>
  31.     </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement