代码修改后的版本,全部提交
This commit is contained in:
23
Mtxfw.VipSite/pay/alipay.aspx
Normal file
23
Mtxfw.VipSite/pay/alipay.aspx
Normal file
@@ -0,0 +1,23 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="alipay.aspx.cs" Inherits="Mtxfw.shop.alipay" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<script type="text/javascript" src="/Scripts/jquery-1.9.1.min.js"></script>
|
||||
<style type="text/css">
|
||||
body{ background-color: #191C25;color:#fff;}
|
||||
a,a:visited{ text-decoration:none;}
|
||||
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<%=responseBody %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user