-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (33 loc) · 1.44 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>EMPLOYEE MANAGEMENT</title>
<link href="https://fonts.googleapis.com/css?family=Lobster|Montserrat" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styleindex.css">
</head>
<body>
<header>
<nav>
<h1>GROUP-11</h1>
<ul id="navli">
<li><a class="homered" href="index.html">HOME</a></li>
<li><a class="homeblack" href="elogin.html">LOG IN</a></li>
</ul>
</nav>
</header>
<div class="divider"></div>
<div id="divimg">
</div>
<body background="welcome.jpg"></body>
<div class="box" style="margin-top: 50px">
<h1 style= "font-family: serif; color: black; font-weight: 100px; font-size:35px; margin: top 2px; text-align: center;">WELCOME TO EMPLOYEE MANAGEMENT SYSTEM</h1>
<hr size="5" color="yellow" >
<p style="font-family: serif; color: black; font-weight: 75px; font-size: 30px ; text-align: center;">GROUP MEMBERS</p>
<p style="font-family: serif; color: white; font-size: 20px ; text-align: center;">YASHASVI SHARMA</p>
<p style="font-family: serif; color: white; font-size: 20px ; text-align: center;">DEEP CHAUDHARY</p>
<p style="font-family: serif; color: white; font-size: 20px ; text-align: center;">SUYASH RAJPUT</p>
<p style="font-family: serif; color: white; font-size: 20px ; text-align: center;">KRUNAL PATEL</p>
<p style="font-family: serif; color: white; font-size: 20px ; text-align: center;">SAI TEJA</p>
</div>
</body>
</html>