# Save the user’s HTML as a standalone file they can upload to their site.
html = r”””
Dice Chess
Choose your opponent
Dice Chess
White’s Turn
1
6
4
3
2
5
Move History
“””
path = “/mnt/data/dice-chess-ai.html”
with open(path, “w”, encoding=”utf-8″) as f:
f.write(html)
path