cosmicflows-deployer/assets/images/topleft.py

4 lines
152 B
Python
Raw Permalink Normal View History

2024-12-04 06:55:48 +00:00
#!/usr/bin/python
image=open("/var/www/html/img/topleft.gif",'rb').read()
print "Content-Type: image/png\nContent-Length: %d\n" % len(image)
print image