blob: 89842ff1a383a97a81b12777e70eaaa2b5ac5d06 [file] [log] [blame]
#!/usr/bin/env python3
import sys
import time
time.sleep(5)
sys.stdout.write(
'status: 404\r\n'
'Content-Type: text/html\r\n\r\n'
'File not found\n'
)