Initial version - stable v0.1.0

This commit is contained in:
2018-02-20 03:57:21 +01:00
parent b8447d9712
commit 8cbebeac7b
5 changed files with 379 additions and 0 deletions

15
fixtures/test.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="image" src="https://www.paypal.com/de_DE/i/btn/x-click-but01.gif" border="0" name="submit" alt="Zahlen Sie mit PayPal schnell, kostenlos und sicher!" />
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1″ height="1>
<textarea name="encrypted" cols="70" rows="35"></textarea>
</form>
</body>
</html>