-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcollegefee.html
71 lines (58 loc) · 1.57 KB
/
collegefee.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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">
<style>
h2 {
color: rgb(0, 0, 0);
}
h3 {
color: rgb(0, 0, 0);
}
</style>
</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>
<!--<form action="form1.html">
<button class="button button1">ADDIMISSION FORM</button><br>
</form>-->
<br>
<br>
<form action="fee.html">
<button class="button button2">FEE PAID</button><br>
</form>
<br>
<br>
<form action="view1.php">
<button class="button button3">VIEW</button>
</form >
<br>
<br>
<!--
<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>-->
</b></center><br>
<div class="header">
<h4 ><font color="white">Student forms</font></h4>
</div>
</div>
</body>
</html>