-
Notifications
You must be signed in to change notification settings - Fork 0
/
delete.html
52 lines (40 loc) · 2.08 KB
/
delete.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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Porche Wooten</title>
<link rel="stylesheet" href="delete.css">
<script src="jquery-3.3.1.js"></script>
</head>
<main>
<div id="carousel">
<div class="selected">
<iframe width="400" height="250" src="https://www.youtube.com/embed/Yt1OzJQr7ps" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="prevLeftSecond">
<iframe width="400" height="250" src="https://www.youtube.com/embed/jgMMqEcP7HY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="prev">
<iframe width="400" height="250" src="https://www.youtube.com/embed/tErLazpDjMY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="hideLeft">
<iframe width="400" height="250" src="https://www.youtube.com/embed/P22COunLFhs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="next">
<iframe width="400" height="250" src="https://www.youtube.com/embed/vYZwHQEukG0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="nextRightSecond">
<iframe width="400" height="250" src="https://www.youtube.com/embed/WOS2xOgocXE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="hideRight">
<img src="https://i1.sndcdn.com/artworks-000064920701-xrez5z-t500x500.jpg">
</div>
</div>
<div class="buttons">
<button id="prev">Prev</button>
<button id="next">Next</button>
</div>
</main>
<script src="delete.js"></script>
</body>
</html>