-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.html
70 lines (61 loc) · 2.59 KB
/
body.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Foodbears for everyone</title>
<style>
.links
{
border-radius: 10px;
}
.links:hover
{
background-color: #006B3C
}
.links1
{
border-radius: 10px;
}
</style>
</head>
<body bgcolor="#B2FFFF">
<!-- foodbears pic -->
<a href="D:\foodbears\new\test.html"><img src="p/coverPic1.jpg" width="100%" height="300"></a>
<!-- Home Menu -->
<table border="0" width="100%" height = "45">
<tr>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\index.html"><font color="#F0F8FF">Home</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\menu.html"><font color="#F0F8FF">Menu</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\Varieties.html"><font color="#F0F8FF">Varieties</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\About.html"><font color="#F0F8FF">About us</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\contact.html"><font color="#F0F8FF">Contact us</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\feedback.html"><font color="#F0F8FF">Feedback</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\signUp.html"><font color="#F0F8FF">SignUp</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\logIn.html"><font color="#F0F8FF">LogIn</td></a>
</tr>
</table>
<!-- foodbears pic -->
<!-- <img src="coverPic1.jpg" width="100%" height="300"> -->
<!-- animation title -->
<table border="0" width="100%" height = "45">
<tr>
<td align="center" bgcolor="#DA1884" class="links1"><font color="#F0F8FF"><marquee><font face="SutonnyMJ">বিসমিল্লাহির রাহমানির রাহীম, পরম করুণাময় অসীম দয়ালু আল্লাহর নামে</font></marquee></td>
<td align="center" bgcolor="#DA1884" class="links1"><font color="#F0F8FF">
<font face="SutonnyMJ">বিস্তারিত জানতে এখানে ক্লিক করুন </font>
</td>
</tr>
</table>
<!-- my documentry -->
<table border="0" width="100%" height = "80" bgcolor="#F5F5DC">
<tr>
<td align="center">
Designed By - Fuadul Hasan([email protected])
</td>
</tr>
<tr>
<td align="center">
CSE,BSMRSTU, Gopalganj
</td>
</tr>
</table>
</body>
</html>