Advertisement
Guest User

eeee

a guest
Jan 18th, 2014
1,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <!doctype HTML>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <link href="css/hhs2.css" type="text/css" rel="stylesheet">
  7. <title>HedgeHost</title>
  8. <script type="text/javascript" href="js/jquery.min.js"></script>
  9. <script type="text/javascript" href="js/owl.carousel.min.js"></script>
  10.  
  11.  
  12. </head>
  13.  
  14.  
  15. <body>
  16. <div class="title-container">
  17. <h1 class="title-branding">HedgeHost</h1>
  18. <h3 class="title-subtitle">Powered by science</h3>
  19.  
  20. </div>
  21.  
  22. <div class="navigation">
  23. <ul>
  24. <li>Home</li>
  25. <li>Client Login</li>
  26.  
  27. </ul>
  28. </div>
  29.  
  30. <div id="owl-example" class="owl-carousel">
  31. <div>Your Content</div>
  32. <div>Your Content</div>
  33. <div>Your Content</div>
  34. <div>Your Content</div>
  35. <div>Your Content</div>
  36. <div>Your Content</div>
  37. <div>Your Content</div>
  38.  
  39. </div>
  40.  
  41. <script>
  42. $(document).ready(function() {
  43.  
  44. $("#owl-example").owlCarousel();
  45.  
  46. });
  47. </script>
  48. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement