-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.aspx
35 lines (35 loc) · 2.08 KB
/
ContactUs.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
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/NewMaster.Master" CodeBehind="ContactUs.aspx.vb" Inherits="online_project_final.ContactUs"
title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style type="text/css">
.style2
{
color: #FF0000;
font-weight: bold;
font-size: large;
}
.style3
{
color: #FF9933;
font-weight: bold;
font-size: medium;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<p class="style2">
M.S.B.PRUDHVI RAJ
9030076521</p>
<p class="style3">
R.KOUSHIK - 9959904449</p>
<p class="style3">
V.NARENDER- 8790516947</p>
<p class="style3">
CH.RAVI TEJA- 9059474601</p>
<p class="style3">
B.PRAVEEN- 8500058590</p>
<p class="style3">
MD.KHAJA NASEERUDDIN- 8801801530</p>
<p class="style3">
M.SAMSON- 9849592990</p>
</asp:Content>