-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyes.html
48 lines (48 loc) · 1.44 KB
/
yes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YES!!!</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
<script>
window.onload = function () {
const yesSong = new Audio("yes.mp3");
yesSong.play();
yesSong.loop = true;
};
</script>
</head>
<body>
<section class="header">
<div class="header__wrapper">
<div class="header__text__wrapper">
<h1>Yayyy😻</h1>
<h2>Happy BirthDay My Billi</h2>
</div>
<img
src="https://media2.giphy.com/media/ah0czfr6JbYlCqI2KS/200.webp?cid=ecf05e4780j1a2et1ac7ru6v2d6wdneeq8wbw97gvb0skipk&ep=v1_stickers_search&rid=200.webp&ct=s"
/>
<img
class="frameSecond"
src="https://static.vecteezy.com/system/resources/previews/018/795/134/original/doodle-love-frame-design-png.png"
alt=""
/>
<img
class="frameThird"
src="https://media2.giphy.com/media/CjrB9Mo0o4DNC/200w.webp?cid=ecf05e4772clnqgca2ra82fipow9wnsfkwx494tojor8d8k6&ep=v1_stickers_search&rid=200w.webp&ct=s"
alt=""
/>
</div>
</section>
<section class="card">
<div class="img__wrapper">
<img
src="card.png"
alt=""
/>
</div>
</section>
</body>
</html>