-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUs.aspx
22 lines (21 loc) · 1.01 KB
/
AboutUs.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ Page Title="" Language="C#" MasterPageFile="~/AirlineTicketBookingMaster.Master" AutoEventWireup="true" CodeBehind="AboutUs.aspx.cs" Inherits="AirlineTicketBookingProject.AboutUs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="container" style="margin-top:6%">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">
<h3>About Us</h3>
</div>
</div>
<div class="panel-body">
<p style="font-size:large">
We are among top 10 Airline Service Provider Websites,
We have our branches in all Major countries,our services are very fast
and economic compare to our compatitors.We aim to serve you better.
</p>
</div>
</div>
</div>
</asp:Content>