-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdd.html
More file actions
58 lines (46 loc) · 1.63 KB
/
Add.html
File metadata and controls
58 lines (46 loc) · 1.63 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
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Add Data</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>
<script src="JS/BackButton.js">
</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>
<style>
.button {
width: 100%;
}
.button button {
width: auto;
}
</style>
</head>
<body class="body " onload=display_ct();>
<div class="button ">
<h1>Select What Need To Add</h1><br>
<a href="Engineer_Add.html"><button style="font-size: 30px; ">New Engineer</button></a>
<a href="Bank_Add.html"><button style="font-size: 30px; ">New Bank</button></a>
<a href="ATM_Add.html"><button style="font-size: 30px; ">New ATM Details</button></a>
<a href="Problem_Add.html"><button style="font-size: 30px; ">New Problems List</button></a>
<br><br>
<button onclick="back()" style="font-size: 30px; ">Bank to Home Page</button>
</div>
</body>
</html>