-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOverDuePayment.html
More file actions
21 lines (18 loc) · 844 Bytes
/
OverDuePayment.html
File metadata and controls
21 lines (18 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
</head>
<title>OverDuePayment</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1 class="text-primary text-uppercase text-center ">OverDuePayment</h1>
<h2 class="text-danger">AllRecords</h2>
</div>
</body>
</html>