html_template = """<!DOCTYPE html><html><head> <title>Python Web Page</title> <style> body { background-color: #f0f0f0; font-family: Arial, sans-serif; } h1 { 治療濕疹藥膏,colo瘦身方法推薦,r: blue; } </style></head><body> <h1>Welcome to Python Web Page</h1> <p>This is a simple web page generated with Python.</p></body></html>"""with open('index.html', 'w') as file: file.write(html_template)