-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.php
37 lines (37 loc) · 1.43 KB
/
index.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
<HTML>
<HEAD>
<TITLE>Welcome to 24X7 Foodies.com!</TITLE>
<style type="text/css">
@import url(style.css);
a:link {color: #ffffff}
a:visited {color: #ffffff}
a:hover {color: #ffffff}
a:active {color: #ffffff}
</style>
</HEAD>
<BODY background="background1.jpg">
<?php include("header.php"); ?>
<FONT size="5" color="white">
<SECTION align="center"><A HREF="index.php"><IMG SRC="logo.png" alt="Home" id="logo"></IMG></A></SECTION>
<SECTION>
<MAIN>
<B><P>We are available only at the following regions.<BR> Please select any one:</P></B></FONT>
<SECTION align="center"><IMG src="clickhere.gif" width="100" height="50"></IMG></SECTION>
<TABLE >
<TR><TD><FONT size="6" color="white">
<A HREF="order.php" style="text-decoration: none">1)Kandivali West</A></FONT></TD></TR>
<TR><TD><FONT size="6" color="white">
<A HREF="order.php" style="text-decoration: none">2)Kandivali East</A></FONT></TD></TR>
<TR><TD><FONT size="6" color="white">
<A HREF="order.php" style="text-decoration: none">3)Borivali West</A></FONT></TD></TR>
<TR><TD><FONT size="6" color="white">
<A HREF="order.php" style="text-decoration: none">4)Borivali East</A></FONT></TD></TR>
</TABLE>
</SECTION>
</MAIN><BR><HR width="1000">
<FOOTER >
<FONT size="2" color="white">
By continuing past this page, you agree to our Terms of Service, Cookie Policy, Privacy Policy and Content Policies. © 2015-2016 - 24x7 Foodies Media Pvt Ltd. All rights reserved.</FONT>
</FOOTER>
</BODY>
</HTML>