14 lines
209 B
PHP
14 lines
209 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>支付结果</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>非常感谢。您现在可以关闭页面并继续刚才的操作了。</p>
|
|
</body>
|
|
|
|
</html>
|