bboygg / bboygg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bboygg.com

How to Test

  • Run any local server you prefered, I will using python3
python -m http.server port

# If you want to use address rather than default `0.0.0.0`, then you can use `--bind` command.
python -m http.server 8080 --bind 127.0.0.1 #It will serve as `127.0.0.1:8080`

đź”— Reference: https://docs.python.org/3/library/http.server.html

About


Languages

Language:HTML 98.9%Language:CSS 1.1%