forked from Ronaknowal/Bye-Bhrashtachar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
45 lines (41 loc) · 1.2 KB
/
home.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
<html>
<head>
<style>
header {
background-color: #01112b;
padding: 30px;
text-align: center;
color: palevioletred;
font-family: "Comic Sans MS", Times, serif;
}
a:hover
{
color: palevioletred;
}
td {
background-color: #01112b;
padding: 30px;
color: palevioletred;
font-family: "Comic Sans MS", Times, serif;
}
img
{
width: 200px;
height: 200px;;
}
</style>
</head>
<body link="white" alink="palevioletred" vlink="white">
<header>
<table width="100%">
<tr>
<td><a href="home.html"><img align="left" src="BB.png"/></a></td>
<td><h1>Only Place for All your Transport Needs</h1></td>
<td><h4 align="right">Driving Licence No.: MP13N-2012-0124338</h4><div align="right"><a href="#">LogOut</a> </div></td>
</tr>
</table>
</header>
<iframe src="Status1.html" name="iframe_a" width="100%" height="100%"></iframe>
<!-- <iframe src = "Create.html" name="iframe_b" width="24%" height=100%></iframe> -->
</body>
</html>