-
Notifications
You must be signed in to change notification settings - Fork 3
/
comic.html
51 lines (39 loc) · 1.46 KB
/
comic.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
<!DOCTYPE html>
<html>
<head>
<title>Comic</title>
<link rel="shortcut icon" href="img/fav.png" type="image/x-icon">
<link rel="stylesheet" href="css/style3.css">
</head>
<body>
<div class="wave">
<span style="--i:1;">S</span>
<span style="--i:2;">H</H1></span>
<span style="--i:3;">I</span>
<span style="--i:4;">N</span>
<span style="--i:5;">C</span>
<span style="--i:6;">H</span>
<span style="--i:7;">A</span>
<span style="--i:8;">N</span>
</div>
<div class="container">
<div>
<button class="button1"> Part 1</button>
</div>
<iframe class="part1" width="560" height="315" src="https://www.youtube.com/embed/nRB-yZgKPFo"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="secound">
<div>
<button class="same"> Part 2</button>
</div>
<iframe class="part2" width="560" height="315" src="https://www.youtube.com/embed/aS44aIu-zww"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<script src="script.js"></script>
</div>
</div>
</body>
</html>