24 lines
699 B
Plaintext
24 lines
699 B
Plaintext
<%@ 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>
|