# Recreate the Cozy Pixel City single-file HTML and save it for download html = r""" Cozy Pixel City
""" path = "/mnt/data/cozy-pixel-city.html" with open(path, "w", encoding="utf-8") as f: f.write(html) path