Python俱乐部
Python
小课题
京东优惠券
<html> <!-- <-- zip --> <head> <title>now there are pairs</title> <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <center> <img src="channel.jpg"> <br/> <!-- The following has nothing to do with the riddle itself. I just thought it would be the right point to offer you to donate to the Python Challenge project. Any amount will be greatly appreciated. -thesamet --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="thesamet@gmail.com"> <input type="hidden" name="item_name" value="Python Challenge donations"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="bn" value="PP-DonationsBF"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </body> </html>
第一行有个zip,说明题目在channel.zip中: