-
Notifications
You must be signed in to change notification settings - Fork 0
/
Floor code.txt
57 lines (51 loc) · 1.35 KB
/
Floor code.txt
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
<html>
<head>
<style>
#header{
width: 100%;
height: 60px;
background :#27ae60;
}
#Data{
height: 300px;
background: #ffffff;
color: black;
font-family: TimesNewRoman;
font-size: 20px;
}
a:link, a:visited{
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
display: inline-block;
position: relative;
left: 90%
}
a:hover, a:active{
background-color: red;
}
</style>
</head>
<body>
<div id="header">
<h1><center><b>FLOOR 1</b></center></h1>
</div>
<div id="Data">
<center>
<p contenteditable="true"><font color="#9933ff"><b> I Cabin Number 01 </b></font></p>
<p contenteditable="true"><b>No of times checked:</b> 3 times</p>
<p contenteditable="true"><b>Checked by:</b> SATHISH</p>
<p contenteditable="true"><b>Current Status:</b> <font color="#00ff00"><b>CLEAN</b></font></p>
<p contenteditable="true"><b>Floor Cleaner Number:</b> 7448965XXX</p>
</center>
<center>
<p contenteditable="true"><font color="#0000ff"><b> II Cabin Number 02 </font></b></p>
<p contenteditable="true"><b>No of times checked:</b> 10 times</p>
<p contenteditable="true"><b>Checked by:</b> LATHA</p>
<p contenteditable="true"><b>Current Status:</b> <font color="#ff0000"><b>NOT CLEAN</b></font></p>
<p contenteditable="true"><b>Floor Cleaner Number:</b> 9443444XXX</p>
</center>
<a href="C:/web/Home%20page%20code.html">Back</a>
</body>
</html>