diff --git a/python3 b/python3 new file mode 100644 index 0000000..a49a676 --- /dev/null +++ b/python3 @@ -0,0 +1,6 @@ +python3 -m http.server + + +--> puis aller sur un navigateur mettre l'adresse ip du host python3 -m http.server + port 8000 + +exemple : 192.168.0.55:8000/ \ No newline at end of file