20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
<%@ Page Language="C#" CodeBehind="thank.aspx.cs" Inherits="masterpage.thank" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<script runat="server">
|
|
|
|
</script>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>Thank You</title>
|
|
</head>
|
|
<body>
|
|
<form id="HtmlForm" runat="server">
|
|
<div>
|
|
<h1>Thank you!</h1>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html> |