Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -143,7 +143,7 @@
|
|
| 143 |
<p>This little website is just a small token of my affection, a digital love letter to remind you how special you are to me. Every photo, every word, every moment we share is precious to me.</p>
|
| 144 |
|
| 145 |
<p class="text-center text-2xl dancing-font text-pink-500 mt-6">Forever yours,</p>
|
| 146 |
-
<p class="text-center text-xl dancing-font text-pink-400">
|
| 147 |
</div>
|
| 148 |
</section>
|
| 149 |
|
|
@@ -275,8 +275,8 @@
|
|
| 275 |
|
| 276 |
// Show message after animation
|
| 277 |
setTimeout(() => {
|
| 278 |
-
const loveLevel = Math.floor(Math.random() * 30) + 70; // Always between 70-100%
|
| 279 |
-
message.textContent = `I love you
|
| 280 |
message.classList.remove('hidden');
|
| 281 |
}, 1000);
|
| 282 |
}, 100);
|
|
@@ -327,7 +327,7 @@
|
|
| 327 |
|
| 328 |
// Final surprise
|
| 329 |
function showFinalSurprise() {
|
| 330 |
-
alert("I have a special surprise planned for you! Let's go on a romantic date this weekend.
|
| 331 |
}
|
| 332 |
|
| 333 |
// Initialize
|
|
|
|
| 143 |
<p>This little website is just a small token of my affection, a digital love letter to remind you how special you are to me. Every photo, every word, every moment we share is precious to me.</p>
|
| 144 |
|
| 145 |
<p class="text-center text-2xl dancing-font text-pink-500 mt-6">Forever yours,</p>
|
| 146 |
+
<p class="text-center text-xl dancing-font text-pink-400">Pookie</p>
|
| 147 |
</div>
|
| 148 |
</section>
|
| 149 |
|
|
|
|
| 275 |
|
| 276 |
// Show message after animation
|
| 277 |
setTimeout(() => {
|
| 278 |
+
// const loveLevel = Math.floor(Math.random() * 30) + 70; // Always between 70-100%
|
| 279 |
+
message.textContent = `I love you more than anyone!! That's infinite in my heart ❤`;
|
| 280 |
message.classList.remove('hidden');
|
| 281 |
}, 1000);
|
| 282 |
}, 100);
|
|
|
|
| 327 |
|
| 328 |
// Final surprise
|
| 329 |
function showFinalSurprise() {
|
| 330 |
+
alert("I have a special surprise planned for you! Let's go on a romantic date this weekend.❤");
|
| 331 |
}
|
| 332 |
|
| 333 |
// Initialize
|