Comment exécuter le fichier html dans Ubuntu
pushd <filename>.html; python3 -m http.server 9999; popd;
Dayanaohhnana
pushd <filename>.html; python3 -m http.server 9999; popd;