-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf0.html
22 lines (21 loc) · 1.37 KB
/
f0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<title>Mode selection</title>
<head>
<h1 style="text-align:center;font-size:300%;color:white"><ins>Welcome To Employee Management System</ins></h1>
<h2 style="text-align:center;font-size:200%;color:white">..Choose Mode..</h1>
</head>
<!-- <body style="background-color:orange"> -->
<body background="br.png" style="background-size: cover";>
<br><br>                             
                                                                                 
<a href="f1.html">
<img src="th.jpg" alt="admin" style="border: 2px solid black;";>
</a>            
<a href="f4.html">
<img src="th1.jpg" alt="viewemp" style="border: 2px solid black";>
</a>
<br><br>
<p style="font-size:150%;color:darkblue;color:white">                                                                         
<b>Administrator Mode       Employee Mode</b></p>
</body>
</html>