html_content = """ Midnight Whispers: A Romantic Escape

A Night to Remember

In the quiet heart of the city, where the lights dim and the streets fall silent, two strangers found a connection that sparked under the velvet night sky. It wasn't planned, but the chemistry was undeniable.

Every glance was a story, and every touch was a promise. Sometimes, the most beautiful things in life happen when you least expect them—in the middle of the night, when the world is fast asleep.

""" with open('romantic_post.html', 'w', encoding='utf-8') as f: f.write(html_content)