elif path == '/icon.png':
                data = open('play/icon.png').read()
                self.send_response(200)
                self.send_header('Content-type', 'image/png')
                self.end_headers()