from pathlib import Path
# Load previous content? Instead recreate from earlier but with modifications.
html = """
STUDIO 48 - TV-RADIO-PRO-JRR
© 2025 TV-RADIO-PRO-JRR — Création originale. Tous droits réservés.
ENTRER
"""
path = "/mnt/data/studio48_corrected.html"
Path(path).write_text(html, encoding="utf-8")
path