cosmicflows-deployer/assets/images/topbkg.py
2024-12-04 07:55:48 +01:00

4 lines
No EOL
151 B
Python

#!/usr/bin/python
image=open("/var/www/html/img/topbkg.gif",'rb').read()
print "Content-Type: image/png\nContent-Length: %d\n" % len(image)
print image