blob: c6270e1c89775a78bb72c9315e3e83f08e0a3606 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 500\r\n'
'Content-Type: text/html\r\n\r\n'
'document.getElementById(\'result\').innerHTML = \'FAIL\';\n'
)