blob: e6b1eb57012840a52fc150b083e0da363c643d1a [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'cache-control: no-store\r\n'
'Content-Type: text/html\r\n\r\n'
'TEST FRAME\n'
)