-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 961 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (34 loc) · 961 Bytes
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
<head>
<link rel="stylesheet" href="snailslider.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="snailslider.js"></script>
</head>
<body>
<div style="width:100%;text-align: center;">
<div style="margin:auto auto;width:900px;">
<div id="slider-wrapper">
<div id="slider-inner">
<div id="slide-canvas" name="slide_canvas">
<div>
<img src="milkyway.jpg"/>
</div>
<div>
<img src="empty-field.jpg"/>
</div>
<div>
<img src="hyper.jpg"/>
</div>
<div>
<img src="railway.jpg"/>
</div>
<div>
<img src="road.jpg"/>
</div>
</div>
</div>
<div id="slider-control">
</div>
</div>
</div>
</div>
</body>