blob: 5a26bae9176dbae62f0226706d45df67ce788bb3 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Type: text/plain\r\n\r\n'
'html { background-color: red; }\n'
)