31 lines
887 B
Plaintext
31 lines
887 B
Plaintext
<%@ Page Title="" Description="" Language="C#" AutoEventWireup="true" CodeBehind="CloseMsg.aspx.cs" Inherits="Mtxfw.VipSite.CloseMsg" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head id="Head1" runat="server">
|
|
|
|
<title></title>
|
|
<link href="/css/index.css" rel="stylesheet" type="text/css" />
|
|
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
background-color: #fff;
|
|
}
|
|
.CloseMsg{ width:900px; margin:0 auto; text-align:left; font-size:20px; color:#000; line-height:40px;}
|
|
</style>
|
|
|
|
<script src="/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/common.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="CloseMsg">
|
|
<%=config.CloseMsg%>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|