-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 1.68 KB
/
index.html
File metadata and controls
53 lines (45 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
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Login</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>
</a>
</h1>
</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();>
<br>
<h1>Welcome to Our Call Management System</h1>
<div class="button" style="width: 100%;">
<div>
<label for="dash"><h4>Check Current Call Status</h4></label><br>
<a href="Dashboard.html"><button type="button">Dashboard</button></a>
</div>
<div style="margin-top: 30px;">
<label for="Login"><h4>Log In Here to access the Call Management System</h4></label><br>
<a href="login_form.html"><button type="button"> Login Here </button></a>
</div>
<br>
<div>
<label for="Signup"><h4>If your are a new user, Please Sign Up here and wait for confirmation</h4></label><br>
<a href="sign_form.html"><button type="button">Sign Here</button></a>
</div>
<br>
</div>
</body>
</html>