-
Notifications
You must be signed in to change notification settings - Fork 0
/
noamount.php
58 lines (52 loc) · 1.17 KB
/
noamount.php
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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style type="text/css">
@font-face{
font-family: 'Varela Round', sans-serif;
src: url(VarelaRound-Regular.ttf);
}
body {
background-color: #7d1a9b;
}
h4
{
margin-top: 100px;
text-align: center;
color: #c4bec4;
}
.panel
{
margin-top: 20px;
background-color:;
}
p
{
color: black;
}
</style>
<title>No Amount in Kitchen</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<a class="navbar-brand" style="text-align: right;"><font color="#134756"><b>Kitchen Diary</b></font></a>
</div>
</div>
</nav>
<h4>Woohoo!!</h4>
<div class="text-center">
<div class="container">
<div class="panel">
<div class="panel-body">
<p>Currently we don't have that much amount in Room Rent.
I think this is your money or else your Money also included with this.
If it is, go back and please select <b>'My Own Money'</b> option. </p>
</div></div></div>
<a href='whoseamount.php'" class="btn btn-default"> Go Back</a>
</div>
</body>
</html>