-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
51 lines (47 loc) · 1.29 KB
/
Index.html
File metadata and controls
51 lines (47 loc) · 1.29 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- the width of the page is set to vary acc to device and
the initial zooming level is fixed to some default -->
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2 align="left">
<b>Fee Report</b>
</h2>
<h3 align="right">
<b> <a href="./" target="_self">Home</a></b>
</h3>
<br/> <br/>
<h4 align="center"> Admin account</h4>
<form action="loginpage" method="post">
<br>
<table><tr><td>
<div style="border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 1px">
<h2><font size="6"> Fee Management System
</font></h2>
</div>
</td></tr></table>
<table><tr><td>
<h2><font size="1"> </font></h2>
<h2>Login Authentication</h2></td></tr></table>
<table style="border:1px solid #000000;background-color:#efefef;">
<tr><td colspan=2></td></tr>
<tr><td colspan=2> </td></tr>
<tr>
<td><b><font size="4">Login Name</font></b></td>
<td><input type="text" name="uname" value=""></td>
</tr>
<tr>
<td><b><font size="4">Password</font></b></td>
<td><input type="password" name="upass" value=""></td>
</tr>
<tr>
<td height="29"></td>
<td height="29"><input type="submit" value="Submit"></td>
</tr>
<tr><td colspan=2> </td></tr>
</table>
</form>
</body>
</html>