<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Website</title> </head> <body> <h1>Welcome to My Website</h1> <h1>به وبسایت من خوش آمدید</h1> </body> </html> Run with python simple webserver python3 -m http.server