Run a simple HTTP server in the directory containing your HTML file python -m http.server 8000 Open your web browser and navigate to http://localhost:8000/client.html -->