Admin Master HTML
Admin Master HTML
cs"
Inherits="EmployeeManagementSystem.adminMaster" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Employee Management System</title>
<link rel="stylesheet" type="text/css" href="/css/masterPageDesign.css" />
</head>
<body>
<form id="Form1" runat="server">
<!-- Header -->
<header>
<div><a href="http://localhost:41773/Home/adminHome.aspx">Hello,
Admin</a></div>
<div class="menu">
<button>
<img src="/images/accountIcon.png" alt="Menu" class="menu-icon"
/>
</button>
<div class="menu-content">
<asp:ContentPlaceHolder ID="MainMenu" runat="server">
<!-- This is where the profile link or menu will be
rendered -->
</asp:ContentPlaceHolder>
<!--<a
href="http://localhost:41773/Registration/login.aspx">Login</a>
<a href="http://localhost:41773/Registration/signUp.aspx">Sign
Up</a> -->
</div>
</div>
</header>