tjwrld commited on
Commit
fe8328e
·
verified ·
1 Parent(s): 30fecf7

Update index.html

Browse files
Files changed (1) hide show
  1. 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">[Your Name]</p>
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 ${loveLevel}%! That's infinite in my heart ❤`;
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. Check your messages for details ❤");
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