blob: 3a0f3c91930fa48d761f1820882170d12a42aecc [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Type: text/css; charset=utf-8\r\n\r\n'
'html { background-color: green; }\n'
)