This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container" id="main-app"> | |
| <h1>Happy Valentine, Sherouk! ❤️</h1> | |
| <p>Sherouk, this is just for you. I hope it makes you smile! 😊</p> | |
| <p>يلا نبدأ رحلتنا مع بعض 💕</p> | |
| <p class="message" id="msg">"You make me smile every day 😘"</p> | |
| <button class="btn" onclick="nextPage()">Let's go!</button> | |
| </div> | |
| <audio id="bgMusic" loop> | |
| <source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3" type="audio/mpeg"> |