-
Notifications
You must be signed in to change notification settings - Fork 0
/
restaurant.php
40 lines (27 loc) · 1.09 KB
/
restaurant.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
<?php
// include the header
include('header.php');
?>
<div class = "pageAbout">
<h1>Welcome to China Town!</h1>
<p>Chinese Restaurant China Town is a popular
dining spot for those who crave authentic Chinese cuisine.
The menu is extensive, featuring a variety of classic Chinese dishes
such as dumplings, hot and sour soup, kung pao chicken, and moo
shu pork. The dishes are made using fresh ingredients and
traditional Chinese cooking techniques, ensuring that every
bite is full of flavor.
The staff at Chinese Restaurant China Town are friendly
and attentive, providing excellent service to make sure
that every guest feels at home. Whether you're looking
for a romantic dinner for two or a family gathering, this
restaurant is the perfect place to enjoy a delicious meal
in a cozy and inviting atmosphere.
</p>
</div>
<img src="images/chi.jpg" style="width: 90%; margin-left: 5%;">
<b><figcaption>Restaurant China Town</figcaption></b>
<?php
// include the header
include('footer.php');
?>