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
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sulaiman's Love Page 🖤</title>
<title>Happy Christmas🎅🏼‼️</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
Expand Down Expand Up @@ -155,17 +155,17 @@
<div id="content">
<div class="question" id="question"></div>
<img src="" class="sticker hidden" id="sticker" />
<div class="final hidden" id="final">Sulaiman 🖤 Loves You!</div>
<div class="final hidden" id="final">Merry Christmas!!🎅🏼-Harshit💗‼️</div>
<button id="nextBtn">Next</button>
</div>

<script>
const questions = [
"Hey you, beautiful soul! 🌸",
"Do you like sweet surprises? 🎁",
"Would you love endless cuddles? 🧸",
"Dreaming of magical moments? ✨",
"Get ready for Sulaiman's Love! 🖤"
"Hey you,shawty! 🌸",
"Do you like new surprises? 🎁",
"Would you love a small gift? 🧸",
"Dreaming of a invite? ✨",
"Get ready for Christmas🎅🏼"
];

const stickers = [
Expand Down