tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

hi.py (90B)


      1 #!/usr/bin/env python
      2 
      3 print('Content-Type: text/plain')
      4 print('')
      5 print('Hi from hi.py')