This commit is contained in:
adii1823
2021-10-28 17:40:56 +05:30
parent 3cebc2fe91
commit d4c7ab6c61
11 changed files with 320 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# start a simple HTTP Server
python -m http.server 8000