safety
This commit is contained in:
parent
ef32268f3c
commit
6a93950678
28 changed files with 482 additions and 106 deletions
6
simple_server.md
Normal file
6
simple_server.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Use this command to run a simple little server for the HTML:
|
||||
|
||||
python3 -m http.server 8000
|
||||
|
||||
The directory the command above is run in is the root directory. Then
|
||||
http://127.0.0.1:8000/[FILE NAME]
|
||||
Loading…
Add table
Add a link
Reference in a new issue