-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.65 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
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/index.css">
<link rel="icon" href="/download.png">
<title>Giorgi's HBD</title>
</head>
<body>
<h1 class="hb-headLine">Giorgi's BirthDay</h1>
<input class="hb-inputName" type="text" placeholder="Input Your Name!">
<button id="js-button" class="hb-button" onclick="congrats()">Click me to wish giorgi a
happy birthday</button>
<span class="hb-story">Get the cameras ready and story it on Facebook or Instagram</span>
<span class="hb-wrongTime"></span>
<div class="hb-card">
<p>Dear Giorgi,</p>
<br>
<br>
<p>
Wishing you a day filled with joy, laughter, and all the things that make birthdays extra special! 🎉 On
this
wonderful occasion, may you be surrounded by the warmth of loved ones and the magic of cherished moments.
</p>
<br>
<br>
<p>
As you celebrate another year of life, may it bring you new adventures, exciting opportunities, and the
fulfillment of your heart's desires. May the coming year be your best one yet!
</p>
<br>
<br>
<p>
Happy Birthday! 🎂🎈
</p>
<br>
<br>
<p>
With love and best wishes,
</p>
<br>
<br>
<span class="hb-name"></span>
</div>
<audio class="hb-audio" src="/HAPPY BIRTHDAY ( traditional ).mp3" type='audio/mp3'></audio>
<script src="/index.js"></script>
</body>
</html>