blob: 15a3389a248f47c3e0bc5d04f5cb8cfa9d70354e [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Type: text/html\r\n'
'status: 200 OK…\r\n'
'\r\n'
'OK…'
)