1 changed files with 33 additions and 0 deletions
@ -0,0 +1,33 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<title>支付成功</title> |
|||
<style> |
|||
body { |
|||
text-align: center; |
|||
padding-top: 100px; |
|||
font-size: 24px; |
|||
} |
|||
|
|||
.buttons { |
|||
margin-top: 20px; |
|||
} |
|||
|
|||
.buttons a { |
|||
display: inline-block; |
|||
margin-right: 10px; |
|||
padding: 10px 20px; |
|||
background-color: #ccc; |
|||
color: #fff; |
|||
text-decoration: none; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
<div>支付成功</div> |
|||
<div class="buttons"> |
|||
<a href="view_order.php">查看订单</a> |
|||
<a href="shopping_cart.php">返回购物车</a> |
|||
</div> |
|||
</body> |
|||
</html> |
|||
Loading…
Reference in new issue