-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.aspx
37 lines (32 loc) · 994 Bytes
/
thankyou.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<%@ Page Title="" Language="C#" MasterPageFile="~/Masterpage/frontend.master" AutoEventWireup="true" CodeFile="thankyou.aspx.cs" Inherits="Default2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style1
{
width: 100%;
}
.style2
{
width: 403px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cpMainContent" Runat="Server">
<div style="float:left; width:990px; padding:10px">
<h1> Thank you for taking the time to provide us with your valuable feedback!
</h1>
</div>
<br/>
<table class="style1">
<tr>
<td>
</td>
<td class="style2">
<asp:Image ID="Image3" runat="server"
ImageUrl="~/App_Themes/blue/images/thanks.jpg" />
</td>
<td>
</td>
</tr>
</table>
</asp:Content>