Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- way one: (works)
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>SlidesJS Standard Code Example</title>
- <link rel="stylesheet" href="./********/css/index.css">
- <script src="./********/js/jquery-1.10.2.min.js"></script>
- <script src="./********/js/jquery.slides.min.js"></script>
- <script src="./********/js/index.js"></script>
- </head>
- <body>
- <div class="container">
- <div id="slides">
- <div>1</div>
- <div>2</div>
- <div>3</div>
- <div>4</div>
- <img src="********/img/1.jpg" alt="" />
- <img src="********/img/2.jpg" alt="" />
- <img src="********/img/3.jpg" alt="" />
- <img src="********/img/4.jpg" alt="" />
- <img src="********/img/5.jpg" alt="" />
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment