-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccountant.html
55 lines (45 loc) · 1.36 KB
/
accountant.html
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>accountant client data</title>
</head>
<link href="css/bootstrap.min.css " rel="stylesheet">
<body>
<div style="border: 1px solid darkslateblue ; width:100% ; height:50px ; background-color:darkslateblue">
<CENTER>
<font color="white">
<H1 STYLE="font-family: Calibri ;">BANK MANAGEMENT DATABASE SYSTEM LOGIN</H1>
</font>
</CENTER>
</div>
<style>
body {
background-image: url('IMAGE.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<font color="#483d8b" class="font-weight-bold " ;>
<center><h1 style="font-family: Calibri">Accountant's Login</h1></center></font>
<br>
<div class="container-fluid">
<br>
<br>
<br>
<br>
<center>
<div class="row alert alert-success col-lg-3">
<h6>Click on the button bellow to check client's data</h6></div>
</center>
<br>
<a href="client's%20Data.html"> <center><div class="col-lg-4"><button class="btn btn-outline-success "> <b>Client's data</b></button></div></center>
</a>
</div>
<br>
<br>
<br>
<div style="border: 1px solid darkslateblue; width=100% ; height:100px ; background-color:darkslateblue; margin-top:200px">
</div>
</html>