-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.aspx
23 lines (17 loc) · 1022 Bytes
/
thanks.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="thanks.aspx.cs" Inherits="Default2" EnableEventValidation="false" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<!-- Thank page -->
<section class="main-container">
<div class="container text-center">
<asp:Image ID="Image1" runat="server" Height="186px" ImageUrl="~/images/thank.png" Width="396px" />
<br />
<br />
<div class="error-sub-heading">Vendor Registration Succesfully done.</div>
<h3 style="color:#FF4061;font-weight:300"> Your Account will be actived after 24 hour.</h3>
<a href="Default.aspx" class="btn btn-pink">Back To Home</a> <a href="#" data-toggle="modal" data-target="#login-model" class="btn btn-pink">Log In</a>
</div>
</section>
<!-- Thank page -->
</asp:Content>