-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwowslider.html
35 lines (31 loc) · 2.1 KB
/
wowslider.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Made with WOW Slider - Create beautiful, responsive image sliders in a few clicks. Awesome skins and animations. Http://wowslider.com/" />
<!-- Start WOWSlider.com HEAD section --> <!-- add to the <head> of your page -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
</head>
<body style="background-color:#d7d7d7;margin:auto">
<!-- Start WOWSlider.com BODY section --> <!-- add to the <body> of your page -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="data1/images/dsc_0979.jpg" alt="Arvind Rachuri - Web Development Team" title="Arvind Rachuri - Web Development Team" id="wows1_0"/></li>
<li><a href="http://wowslider.com"><img src="data1/images/bhallu.jpg" alt="wowslider.com" title="Pranjal Kumar - Web Development Team" id="wows1_1"/></a></li>
<li><img src="data1/images/choudhry.jpg" alt="Aayush Choudhry - Web Development Team" title="Aayush Choudhry - Web Development Team" id="wows1_2"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="Arvind Rachuri - Web Development Team"><span><img src="data1/tooltips/dsc_0979.jpg" alt="Arvind Rachuri - Web Development Team"/>1</span></a>
<a href="#" title="Pranjal Kumar - Web Development Team"><span><img src="data1/tooltips/bhallu.jpg" alt="Pranjal Kumar - Web Development Team"/>2</span></a>
<a href="#" title="Aayush Choudhry - Web Development Team"><span><img src="data1/tooltips/choudhry.jpg" alt="Aayush Choudhry - Web Development Team"/>3</span></a>
</div></div><div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.com">http://wowslider.com/</a> by WOWSlider.com v8.7</div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End WOWSlider.com BODY section -->
</body>
</html>