blob: 8bee0376e75704d5a2d5cf0535f23e56401bb0ec [file] [log] [blame]
#!/usr/bin/env python3
import sys
import time
time.sleep(30)
sys.stdout.write(
'Cache-Control: no-cache, must-revalidate\r\n'
'Location: data:image/gif;base64,R0lGODlhAQABAJAAAMjIyAAAACwAAAAAAQABAAACAgQBADs%3D\r\n'
'Content-Type: text/html\r\n\r\n'
)