PayPal is trying to send data about the purchase to your site, through a
POST request. The data in this request can't be sent to a static HTML page, only scripts can process POST requests. Scripts can be written in PHP, Perl, etc.
I believe that in order to process the payment, your script will need to send a validation request to the PayPal server, based on the data received. You should contact PayPal for more information, if I'm not mistaken, this is where you should start;
https://www.paypal.com/ipn
-Arthur