Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
 <link href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
    <link href="http://owlgraphic.com/owlcarousel/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css" /> 
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<!-- HEADER-02 CONTENT -->
  <div class="header-02-sub">
    <!-- SLIDER STARTS HERE -->
    <div id="owl-slider" class="owl-carousel owl-theme">
 
              <div class="item">
                <img src="http://placehold.it/1600x700" alt="The Last of us">
                <div class="caption">
                 
                 <h1>SOME TITLE HERE</h1>
  
                </div>               
              </div>
             <div class="item">
                <img src="http://placehold.it/1600x700" alt="The Last of us">
                 <div class="caption">
                 
                 <h1>SOME TITLE HERE</h1>
  
                </div>          
              </div>
              <div class="item">
                <img src="http://placehold.it/1600x700" alt="The Last of us">
                <div class="caption">
                 
                 <h1>SOME TITLE HERE</h1>
  
                </div>     
              </div>
 
            </div>
      <!-- SLIDER ENDS HERE -->      
  
  </div>
    
  <!-- END HEADER-02 CONTENT -->
  <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  <script src="http://owlgraphic.com/owlcarousel/owl-carousel/owl.carousel.min.js"></script>
  
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
agispaspro
0viewers