# Create a simple HTML landing page with the user's OGAds content locker link
locker_url = "https://installchecker.com/cl/v/kl33l"
html_content = f"""
Free American Recipes eBook
π½οΈ Download Our Free American Recipes eBook!
Want to cook like a true American chef? πΊπΈ
Get our exclusive cookbook with 50+ classic U.S. recipes including burgers, BBQ ribs, pancakes, mac & cheese, and more! ππ³π₯
π₯ Click the button below and complete a quick verification to unlock your download!
"""
# Save the HTML file
file_path = "/mnt/data/landing_page_ogads_cooking.html"
with open(file_path, "w") as f:
f.write(html_content)
file_path