14 lines
354 B
HTML
Executable File
14 lines
354 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<form action="check_payment.php" method="post">
|
|
<input type="text" name="id" value="">
|
|
<input type="Submit" value="Test">
|
|
</form>
|
|
</body>
|
|
</html> |