Ouvrez le fichier html dans localhost
if you have PHP installed
go to folder where you have html file:
In CMD, run the command
php -S 127.0.0.1:80
Go to your browser and type localhost:80 or just localhost
ruperto2770