🎉 Click anywhere on the page to start the birthday surprise!
Disclaimer : Hey bro, This time stuck with Autoplay thing, Just Play it Manually, Scroll your screen and Enjoy! For Better view Use Laptop


/**
* Today, the 21st of July, is your birthday.
* But this birthday is more special than all the others.
* It is your very first birthday after our Nikah.
*/
Wife u = new Wife("Sara Rizni");
// The day Allah wrote our story together.
Date nikah = new Date("2026-05-24");
// Since that beautiful day...
Relationship us = new Relationship(u, me);
us.status = "Alhamdulillah, Married";

// Today your age increases by one.
Date currentTime = new Date();
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String dateString = formatter.format(currentTime);
if(dateString.equals("2026-07-21 00:00:00")){
  u.age++;
  u.cuteness++;
  u.beauty++;
}

// My duas for you will never stop.

new Thread(){
  @Override
  public void run(){
    while(true){
      u.happiness++;
      u.health++;
      u.success++;
      u.barakah++;
      our.love++;
      our.memories++;
      our.smiles++;
    }
  }
}.start();

// One promise from your husband.
while(alive){
  love(u);
  respect(u);
  protect(u);
  support(u);
  makeYouSmile();
}

// Reserved for one of my favorite memories ❤️
Photo ourFavoriteMoment = new Photo("images/us.jpg");
display(ourFavoriteMoment);

// Finally...
System.out.println("Happy First Birthday after our Nikah, My Love ❤️");
System.out.println("May Allah bless you with endless happiness and keep us together forever. Ameen.");
Us Together