init ch78
This commit is contained in:
20
masterpage/thank.aspx
Normal file
20
masterpage/thank.aspx
Normal file
@@ -0,0 +1,20 @@
|
||||
<%@ 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>
|
Reference in New Issue
Block a user