-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotherservices.html
35 lines (32 loc) · 1.35 KB
/
otherservices.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="otherservices.css">
</head>
<body>
<nav>
<ul>
<li><a href="restauranthome.html" id="Home">Home</a></li>
<li class="li"><a href="restaurantmenu.html" class="button1">Menu</a>
<div class="body1">
<a href="ordernow.html">Order Now Online!</a>
<a href="otherservices.html">Other Services</a>
</div>
</li>
<li><a href="bookings.html" id="Bookings">Bookings</a></li>
<li><a href="restaurantservices.html" id="Services">Services</a></li>
</ul>
<div class="div1" border="1">
<h1>PROMOTIONS!!</h1>
<div class="div1">FREE PAD THAI in min spend of $100 (only for dining in restaurant)</div>
<div class="div2">Only available for dine-in all day on Monday to Friday and on Saturday and Sunday from
12.30pm to
5.30pm</div>
<div class="div3">Promotion is not available on Public Holidays and Gazetted holidays.
<div class="div4">Promotion is not valid with other offers, discounts, privileges, or vouchers.</div>
</div>
</body>
</html>