---- Chapter 818 Jonah and Hailey nodded. "Okay." Since Jonah and Hailey were a couple, they were assigned to the same room. Hailey nced around, feeling a bit awkward. "Mr. Pilsner, are we really going to shower in this room together?" Jonah nodded. "Yes." "Should I ask them to prepare two separate rooms for us?" Hailey suggested. With that, she began to move toward the door. But Jonah quickly grabbed her arm, pinning her against the wall. "Mr. Pilsner... what are you doing?" Jonah ced his hand on the wall above her head, effectively trapping her in his arms. A smirk curled on his lips.
"Aren''t we ina rtionship? If you go out and request two rooms, Cedrick will catch on. Do you want to get kicked out?" Hailey quickly shook her head. "I don''t want to be kicked out! But... isn''t it a bit strange for the two of us to shower here together?" "What''s so unusual about that? Or are you suggesting ... you ''want to shower with me?" Jonah asked, stressing thest words, making Hailey''s pupils widen in surprise. ---- "T don''t!" she snapped back. "Then you can shower alone, and I''ll do the same. What''s the big deal?" Jonah replied. Hailey fell silent, realizing Jonah had a point.
If they bathed separately, there was no reason for it to be ufortable. Jonah broke the quiet. ''''Cedrick''s waiting to take us to dinner. Do you want to shower first, or would you prefer I go?" "Mr. Pilsner, you go first," she said. Jonah nodded. "Alright." Standing tall, he retracted his arm and made his way to the bathroom. Once he was gone, Hailey leaned against the wall, taking a deep breath. Jonah''s scent was different from Den''s. Den had always smelled like warm sunlight, while Jonah had the cool, woody undertones of an expensive cologne.
It made sense -one had almost nothing to his name, while the other was a rising business tycoon. They were worlds apart. Nheless, Hailey couldn''t help but notice how often Jonah reminded her of Den. Deep down, she had long suspected that Jonah might actually be Den. ''The sound of rushing water soon filled the air-Jonah had already stepped into the shower. ---- Hailey sat down and began working on her fashion design sketches, her attention focused on her phone. Suddenly, a melodious ringtone echoed through the room.
She nced up and saw Jonah''s sleek ck phone resting on the bed, its screen lit with an iing call. It was his personal phone, and she knew it wasn''t her ce to check. At first, she tried to ignore it. But the ringtone kept ying. What if it was something important? Jonah had done so much for her-by now, they could almost be considered friends. With that thought, Hailey stood up and grabbed Jonah''s phone. She walked to the bathroom door and knocked. The sound of running water stopped, and Jonah''s deep, steady voice called out, "What is it?" "Mr.
Pilsner, you''ve been getting repeated calls. Do you want to answer it? It might be something urgent." "Just bring the phone in," he said. It sounded like Jonah had finished showering, so she assumed he was dressed by now. With that in mind, Hailey reached for the doorknob and pushed the bathroom door open, stepping inside. But the instant her gazended on Jonah, her bright eyes widened in shock. She let out a scream and quickly spun ---- around. "Mr. Pilsner, you... you-"<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);