-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.77 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.77 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
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Chinese Restaurant</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.jpg" type="image/jpg">
</head>
<body class="body">
<div class="container" >
<header>
<img src="images/logo.png" alt="logo" width="400px" height="110px" >
</header>
<nav>
<a href="index.html">Home</a>
<a href="menu.html"target="_blank">Menu</a>
<a href="direction.html" target="_blank" >Map</a>
<a href="voucher.html"target="_blank">Voucher</a>
<a href="catering.html"target="_blank">Catering</a>
<a href="mailto:abdullahashraf65@gmail.com">Contact</a>
</nav>
<main>
<h1>享受你的食物</h1>
<p>We love sharing good food with great people.We bring years of industry experience and passio.With dishes that are carefully designed to give you Chinese culture experience that you are sure to remember</p>
<a href="https://github.com/MuhammadAbdullah07/restaurant-website"target="_blank">MAKE RESERVATION</a>
</main>
<footer>
<p>Email to order your website at <a href="mailto:abdullahashraf65@gmail.com" >abdullahashraf65@gmail.com</a></p>
<p>@Copyright2022</p>
</footer>
<script src="" async defer></script>
</div>
</body>
</html>