Created
July 26, 2017 23:42
-
-
Save gydoar/d6510af51fe2b96bc81d0298e39df638 to your computer and use it in GitHub Desktop.
Estructura de flexslider
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
<?php | |
<div class="flexslider"> | |
<ul class="slides"> | |
<li> | |
<img src="slide1.jpg" /> | |
</li> | |
<li> | |
<img src="slide2.jpg" /> | |
</li> | |
<li> | |
<img src="slide3.jpg" /> | |
</li> | |
<li> | |
<img src="slide4.jpg" /> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment