-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpening.html
More file actions
35 lines (35 loc) · 1.5 KB
/
Copy pathOpening.html
File metadata and controls
35 lines (35 loc) · 1.5 KB
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" dir="ltr">
<head>
<meta charset="utf-8">
<title>OPENING</title>
</head>
<body>
p{
font-color="green";
font-size=25px;
}
<H1><font color="blue" size="70px">example cafe</font></H1>
<div id="main"><hr>
<font color="white" size="50px">
<a href="home.html" data-toggle="tooltip" title="Click here to go to Home" style="font-size: 30px">HOME</a>
<a href="menu.html" style="font-size: 30px">MENU</a>
<a href="recipes.html"style="font-size: 30px">RECIPES</a>
<a href="opening.html"style="font-size: 30px">OPENING</a>
<a href="contact.html"style="font-size: 30px">CONTACT</a></font>
<hr>
</div>
<div>
<p style="font-size: 25px; color: green;">Opening</p><br>
<p align="center">Opening hours for the Example Cafe In NewQuay</p>
<table>
<tr></tr>
<td><strong> Monday Tuesday Wednesday Thrusday Friday Saturday</strong></td>
<tr>
<td><strong>Breakfast</strong>7:00am- 10:00am 7:00am- 10:00am 7:00am- 10:00am 7:00am- 11:00am 8:00am- 11:30am 8:00am- 11:00am</td>
<td><strong>Lunch</strong>11:30am- 2:00pm 11:30am- 2:30pm 11:30am- 2:30pm 11:30am- 2:30pm 11:30am- 3:30pm 11:30am- 3:30pm</td>
</tr>
</table>
</div>
</body>
</html>