-
Notifications
You must be signed in to change notification settings - Fork 0
/
Suggestion.html
37 lines (37 loc) · 966 Bytes
/
Suggestion.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
<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><br><br><br><br><h1>Enter your Suggestion here:</h1>
<form method="post" action="message.html">
<h4><textarea name="sugg" rows="10"cols="100"></textarea><br>
<input type="submit" value="submit">
</form><br><br><br>
</div>
</div>
<div class="footer">
<p><a href="first.html">[email protected] © copyright</a></p>
</div>
</div>
</body>
</html>