Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I'm Sorry 😢</title>
<title>I'm Sorry bhoomi 😢</title>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap" rel="stylesheet">
<style>
* {
Expand Down Expand Up @@ -128,13 +128,13 @@
<div id="step1">
<h2>Step 1: My Little Muffin... Will You Forgive Me? 🥺</h2>
<img class="gif" src="https://media.giphy.com/media/ya4eevXU490Iw/giphy.gif" alt="Cute dog with heart eyes">
<p>I’m super sorry 😞 My heart feels empty without your smile 💔</p>
<p>I’m super sorry bhoomi ji 😞 My heart feels empty without your smile 💔</p>
<button class="btn" onclick="nextStep(2)">Yes, silly 💖</button>
<button class="btn" onclick="nextStep(3)">Still Mad 😾</button>
</div>

<div id="step2" class="hidden">
<h2>Step 2: Yay! You're the sweetest 💕</h2>
<h2>Step 2: Yay! You're the sweetest 💕</h2>
<img class="gif" src="https://media.giphy.com/media/TdfyKrN7HGTIY/giphy.gif" alt="Cute happy bounce">
<p>Thanks for making my world colorful again 🌈✨</p>
<button class="btn" onclick="nextStep(4)">Next 💌</button>
Expand Down Expand Up @@ -177,4 +177,4 @@ <h2>Final Step: You & Me = Forever 🫶</h2>
setInterval(spawnHearts, 500);
</script>
</body>
</html>
</html>