14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SuccessCut.aspx.cs" Inherits="Temp_SuccessCut" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div style="margin:20px auto; border:1px solid #666; width:300px; height:100px; line-height:100px; text-align:center;">拆题成功</div>
|
|
</body>
|
|
</html>
|