-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdmin_Home.html
More file actions
41 lines (36 loc) · 1.53 KB
/
Admin_Home.html
File metadata and controls
41 lines (36 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Home</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/Bootsrap-css.css">
<script src="JS/Clock.js" type="text/javascript"></script>
<div class="header">
<div id="logo">
<h1><img src="css/picture/logo.png" alt="logo">
<a href="http://www.zztlbd.com/" style="text-decoration: none; color: black;" ">
<b>Zara Zaman Technology Ltd.</b> </h1>
</a>
</div>
<div id="com_name ">
<h2>Call Management System</h2>
</div>
<div class="clock "><span id='clock'></span>
</div>
</div>
</head>
<body class="body " onload=display_ct();>
<div class="button " style="width: 100%; margin-top: 50px; ">
<a href="User_Manage.html "><button>User Managemnent</button></a><br><br>
<a href="Dashboard.html "><button>Dashboard</button></a>
<a href="Call.html "><button>Call Overview</button></a><br><br>
<a href="ViewData.html "><button> View Report</button></a>
<a href="Add.html "><button>Add Information</button></a><br><br>
<a href="Update.html "><button>Update Information</button></a>
<a href="Delete.html "><button>Delete Information</button></a><br><br>
<a href="Admin_Login.html "><button>Log Out</button></a>
</div>
</body>
</html>