Skip to content

Instantly share code, notes, and snippets.

@hunterbridges
Created August 2, 2012 05:13

Revisions

  1. hunterbridges created this gist Aug 2, 2012.
    15 changes: 15 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <!DOCTYPE html>
    <html>
    <head>
    <title>Carousel</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    </head>
    <body>
    <ul>
    <li class="red"></li>
    <li class="blue"></li>
    <li class="green"></li>
    <li class="purple"></li>
    </ul>
    </body>
    </html>