Created
September 28, 2011 11:16
-
-
Save lucadegasperi/1247693 to your computer and use it in GitHub Desktop.
Even Better Slideshow Markup
This file contains 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
<div class="slideshow"> | |
<ul> | |
<li> | |
<img src="image-1.jpg" alt="Image 1"/> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment