Created
October 20, 2016 20:07
-
-
Save jacobmischka/095977cc8ddee85265b368d16b9c629a to your computer and use it in GitHub Desktop.
index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
.slider__content { | |
padding: 20px; | |
} | |
</style> | |
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css"/> | |
<!-- Add the slick-theme.css if you want default styling --> | |
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css"/> | |
</head> | |
<body> | |
<div id="app"> | |
</div> | |
<div class="slider__content"> | |
<div> | |
<img src="http://lorempixel.com/1280/720"> | |
</div> | |
<div> | |
<img src="http://lorempixel.com/1280/720"> | |
</div> | |
<div> | |
<img src="http://lorempixel.com/1280/720"> | |
</div> | |
<div> | |
<img src="http://lorempixel.com/1280/720"> | |
</div> | |
</div> | |
<script src="/js/vendor.js"></script> | |
<script src="/js/app.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment