-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Image Slider 3D</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="scrikpt.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<div class="inner">
<div class=" div div1"><img src="http://unsplash.it/3440/1440/?img=1002"></div>
<div class=" div div2"><img src="http://unsplash.it/3440/1440/?img=100"></div>
<div class="div div3"><img src="http://unsplash.it/3440/1440/?img=102"></div>
<div class="div div4"><img src="http://unsplash.it/3440/1440/?img=209"></div>
</div>
<button class="control prev">PREV</button>
<button class="control next">NEXT</button>
</div>
</body>
</html>