import os
# Define the HTML content for the universal timer
html_content = """
亞仙奴勇套雙亞
00:00:00.00
"""
file_path = "/mnt/data/universal_timer.html"
with open(file_path, "w", encoding="utf-8") as f:
f.write(html_content)
print(f"File saved to {file_path}")