from pathlib import Path html = r''' Studio — Premium Website Template
Independent digital studio / 2026
Digital products with character

Less noise. More impact.

01 — Selected Work

Three ideas. Three different worlds.

Brand / Product2026
01
Experience / Commerce2026
02
Identity / Platform2025
03

Not louder. Just sharper.

Scroll to continue ↓

Make it memorable.

Start
a project ↗
''' path = Path("/mnt/data/premium_website_template.html") path.write_text(html, encoding="utf-8") print(f"Erstellt: {path}")