This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """Quick script that generates HTML output for visualizing the color scheme for | |
| participation certificates at Umit Project. More about this code: http://blog.umitproject.org/2013/03/honoring-certificates-for-all-past.html | |
| """ | |
| import time | |
| print "<html>" | |
| print "<head><title>Umit Certificate Colors</title></head>" |