-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
40 lines (40 loc) · 1.4 KB
/
contactus.html
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
37
38
39
40
<html>
<head>
<title>
The Wall
</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="header"><center>
<h1>The Wall Cricket Academay, Vishnupuri, Nanded-431606</h1>
</div>
<div class="contain">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="RegisterNew.html">Register</a></li>
<li><a href="Fees.html">Fees Structure</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="Login.html">Login</a></li>
<li><a href="contactus.html">Contact us</a></li>
</ul>
</div>
<div class="main">
<p><font face="Arial"><font size="4">The Wall Cricket Acadamy,<br />
Vishnupuri,Nanded, (Maharashtra State)</font></font></p>
<p><font face="Arial"><font size="2">Pin : 431 606</font></font><font color="#ff0000"><font face="Arial"><font size="2"> </font></font></font><font face="Arial"><font size="2">[India]</font></font><br /><font color="#ff0000"><font face="Arial"><font size="2"> </font></font></font></p>
<p> CONTACT NUMBER</p>
<p>+91-7387215974(Shreyas Jadhav)</p>
<p>+91-+91-9881873862(Krishna kale)</p>
<p>+91-7350800424(Vijay Kamble) <font color="#ff0000">(PA to coach)</font><font color="#ff0000"><b> </b></font></p>
<p><b>(Please take coach Appointment through PA before meeting)</b></p>
</div>
</div>
<div class="footer">
<p><a href="first.html">[email protected] © copyright</a></p>
</div>
</div>
</body>
</html>