-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsearchmodifydelet.html
54 lines (49 loc) · 1.36 KB
/
searchmodifydelet.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style1.css">
<link rel="stylesheet" type="text/css" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<h2>
<div class="heading">Student management system</div>
</h2>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<!-- <li><a href="login.php">Adminstraction</a></li>-->
<li><a href="LOGINNEXT.html"><--Back</a></li>
<!-- <li><a href="#contact">Contact</a></li>-->
<li style="float:right"><a href="contact.html">About</a></li>
</ul>
</header>
<center><b>
<br></br>
<br></br>
<br></br>
<form action="searchform1.html">
<button class="button button1">Search</button><br>
</form>
<form action="delet.html">
<button class="button button2">Delete</button><br>
</form>
<!--<form action="#">
//<button class="button button3">Modify</button>
</form >-->
<!--<form action="form4.html">
<button class="button button2">LIBRARY FORM</button><br>
</form>
<button class="button button3">ALUMNI UPDATE FORM</button>
<button class="button button3">SCHOLARSHIP APPLICATION FORM</button>-->
<br></br>
<br></br>
<br></br>
</b></center><br>
<div class="header">
<h4 ><font color="white">Student forms</font></h4>
</div>
</div>
</body>
</html>