---- Chapter 750 Be pped her hands excitedly. "Congrattions , Daddy! Congrattions, Mommy!" Grace beamed with joy as well. Adam and Celine had decided to register their marriage. Since it was a weekday, the city hall was open. That morning, Adam called Celine while she was at her studio. "Celine, you haven''t forgotten what today is, have you?" "Of course not," Celine replied.
"Today is the day we register our marriage." Since she had chosen to reunite with Adam, she was fullymitted to building a life with him. Adam nced at the time. "I''lle pick you up." "''No need," Celine refused. "The city hall is closer to my studio. I''ll drive myself. Let''s meet there." Adam nodded. "Alright." After hanging up, Leo entered the office. "Mr. Alvarez, there''s an urgent document that needs your signature." ---- "Cancel all my meetings," Adam said decisively.
"I''m getting married today." Leo immediately shut the folder. "Mr. Alvarez, you and Ms. Celine are finally getting together? Congrattions!" Adam raised a brow, his handsome face brimming with happiness. "Why are you still calling her Ms. Celine? You should get used to her new title, Leo." Leo caught on quickly. "Mrs. Alvarez!" "Exactly ,"" Adam said as he grabbed his car keys and headed for the door. Just then, Carly walked in. "Adam, where are you going?" she asked.
Adam had no patience for her, especially not today. He frowned and asked, "Do you need something?" Leo took the hint and left the room. Carly looked at Adam. "Adam, we''ve known each other for so many years. Why are you so cold to me? I don''t believe you never had feelings for me." Adam coldly replied, "Carly, the only reason I was with you was because you pretended to be Celine. I never loved you. The person I''ve always loved is Celine." ---- Carly clenched her fists.
Why was he so cruel to her? Adam nced at her and said, "Since you''re here, I might as well tell you something." Carly narrowed her eyes. "What is it?" Adam replied, "I''m marrying Celine today. We''re registering our marriage." Carly was stunned. It was like a bolt of lightning had struck her. "Celine agreed to marry you?" Adam nodded. "Yes. She''s giving me another chance, and we''re starting over." Carly couldn''t believe it.
After everything she had done, Adam and Celine still ended up together. Adam looked at her and said, "Carly, Celine is about to be my wife. Don''te looking for me again. I don''t want to see you, and I won''t let my wife misunderstand anything."
??
Search Novels Here
→
<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);