Advertisement
assaflavie

index.html

Feb 4th, 2012
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
  4.         <script src="detect.js"></script>
  5.         <link rel="stylesheet" type="text/css" href="manual.css">
  6.     </head>
  7.     <body>
  8.         <div class="narrow">
  9.         <div class="logo"></div>
  10.         <div class="identify">
  11.         </div>
  12.         <div class="intro">
  13.             How to clear the cache:
  14.         </div>
  15.         <ol class="manual">
  16.         </ol>
  17.         </div>
  18.         <script src="main.js"></script>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement