-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHtmlMenu.html
More file actions
47 lines (39 loc) · 1.68 KB
/
HtmlMenu.html
File metadata and controls
47 lines (39 loc) · 1.68 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
<html>
<head>
<title>Admin Page</title>
<link rel="stylesheet" href="Menu_style.css">
</head>
<body background="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80" style="background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;"
>
<header>
<input type="checkbox" id="toggle" style="display:none;" />
<label class="toggle-btn toggle-btn__cross" for="toggle" >
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</label>
<nav>
<ul>
<li><a href="F:\370project/index.html">Home</a></li>
<li><a href="C:\Users\HP\Desktop\Add Employee/AddEmp.html">Add Employee</a></li>
<li><a href="C:\Users\HP\Desktop\View Employee/ViewEmp.html">View Employee</a></li>
<li><a href="#">Assign Project</a></li>
<li><a href="#">Employee leave</a></li>
<li><a href="F:\370project/alogin.html">Log Out</a></li>
</ul>
</nav>
</header>
<main>
<div class='wrap'>
<div class='title'>Admin Menu</div>
<div class='title'><i><u><b>YOU DON'T BUILD A BUSINESS, YOU BIULD PEOPLE AND PEOPLE BUILD THE BUSINESS.</b></u></i></div>
<div class="content">
Never bend your head. Hold it high. Look the world straight in the eye.<br />
To be a star, you must shine your own light, follow your own path, and don’t worry about darkness, for that is when the stars shine brightest.
</div>
</div>
</main>
</body>
</html>