# Create the HTML file for the user
html_content = """
Klick-Markierung
Klicke oder tippe irgendwo auf die Seite. Ein roter Punkt markiert die Position.
"""
path = "/mnt/data/touch-marker.html"
with open(path, "w", encoding="utf-8") as f:
f.write(html_content)
path