blob: a9303f545ad6e3a44a0b024146545cb8fe0d3f9b [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Location: about:blank\r\n'
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)