-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notice.html
34 lines (34 loc) · 853 Bytes
/
Notice.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
<html>
<head>
<title>
SGGSIE&T, Nanded.
</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"><br><br><br>
<center><h1><u>*Notice*<u></h1></center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
<div class="footer">
<p><a href="first.html">[email protected] © copyright</a></p>
</div>
</div>
</body>
</html>