-
Notifications
You must be signed in to change notification settings - Fork 1
/
down.html
47 lines (37 loc) · 996 Bytes
/
down.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>down</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="down.css">
</head>
<body>
<div id="main">
<div class="video">
<iframe width="420" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>
</div>
<!-- <img src="downimage/image.jpg" alt=""> -->
<h1 id="text">
Official Aftermovie of AdVITya 2023
</h1>
<div id="scroll-div">
<h1>happy</h1>
<h1>mood</h1>
<h1>2k24</h1>
</div>
<div id="scroll-div2">
<h1>promise </h1>
<h1>bound</h1>
<h1>joy</h1>
</div>
<div id="scroll-div3">
<h1>Advitya</h1>
<h1>2k24</h1>
<h1>full</h1>
</div>
</div>
</body>
</html>