-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path06.html
More file actions
38 lines (38 loc) · 1.33 KB
/
06.html
File metadata and controls
38 lines (38 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nyagrodha</title>
<meta property="og:title" content="Our menu">
<meta property="og:type" content="website">
<meta property="og:image" content="image1.png">
<meta property="og:url" content="http://nyagrodha">
<meta property="og:description" content="Nyagrodha is a south Indian cafe that serve all type of south Indian foods.">
<link rel-"stylesheet" href="style1.css">
</head>
<body>
<header>
<img src="img1.jpg" <!--just for example-->
</header>
<nav>
<ul>
<li><a href="index1.html">Home</a></li>
<li><a href="location.html">Location</a></li> <!--just for example-->
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<main>
<h1>Cafe Nyagrodha</h1>
<article>
<h2> 20% Off this weekend</h2>
<p>Come down to Nyagrodha and enjoy your meal.</p>
</article>
<article>
<h2><u>Our new menu</u></h2>
<p>We've updated our menu with new types of filter coffee.</p>
</article>
</main>
<footer>
<p> <i> Copyright Nyagrodha </i> </p>
</footer>
</body>
</html>