-
Notifications
You must be signed in to change notification settings - Fork 0
/
slice-howto.html
45 lines (36 loc) · 1.8 KB
/
slice-howto.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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>WOWSlider</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="WOWSlider" />
<!-- 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="margin:auto">
<br>
<!-- 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/as.jpg" alt="as" title="About us" id="wows1_0"/></li>
<li><img src="data1/images/c.jpg" alt="c" title="Contact" id="wows1_1"/></li>
<li><img src="data1/images/h.jpg" alt="h" title="Home" id="wows1_2"/></li>
<li><img src="data1/images/s.jpg" alt="s" title="s" id="wows1_4"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="as"><span><img src="data1/tooltips/as.jpg" alt="as"/>1</span></a>
<a href="#" title="c"><span><img src="data1/tooltips/c.jpg" alt="c"/>2</span></a>
<a href="#" title="h"><span><img src="data1/tooltips/h.jpg" alt="h"/>3</span></a>
<a href="#" title="p"><span><img src="data1/tooltips/p.jpg" alt="p"/>4</span></a>
<a href="#" title="s"><span><img src="data1/tooltips/s.jpg" alt="s"/>5</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 -->
<br><br>
</body>
</html>