-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindian.html
More file actions
executable file
·92 lines (79 loc) · 2.66 KB
/
Copy pathindian.html
File metadata and controls
executable file
·92 lines (79 loc) · 2.66 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Indian Cuisine</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link href="menuCSS.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 id="logo"> <a href="homepage.html"> <span> Global Dining: </span> Cuisines from all over the world </a> </h1>
<nav>
<ul id="nav">
<li> <a href="homepage.html">Global Dining Homepage</a> </li>
<li> <a href="japanese.html">Japanese Menu</a> </li>
<li> <a href="italian.html">Italian Menu</a> </li>
<li> <a href="korean.html">Korean Menu</a> </li>
<li> <a href="indian.html">Indian Menu</a> </li>
<li> <a href="desserts"> Dessert Menu</a> </li>
</ul>
</nav>
<h1> Experience traditional Indian culture with the unique flavors of our menu </h1>
<div>
<h2> Soups </h2>
<div>
<figure>
<img src="Images/Indian/cauliflower_soup.jpg" alt="Cauliflower Soup" />
<figcaption> Cauliflower Soup </figcaption>
</figure>
<figure>
<img src="Images/Indian/beetroot_soup.jpg" alt="Beetroot Soup" />
<figcaption> Beetroot Soup </figcaption>
</figure>
</div>
<h2>Entrées</h2>
<div>
<figure>
<img src="Images/Indian/pani_puri.jpg" alt="Pani Poori" />
<figcaption> Pani Poori </figcaption>
</figure>
<figure>
<img src="Images/Indian/pav_bhaji.jpg" alt="Pav Bhaji" />
<figcaption> Pav Bhaji </figcaption>
</figure>
<figure>
<img src="Images/Indian/idiyappam.jpg" alt="Idiyappam (Indian Noodles)" />
<figcaption> Idiyappam (Indian Noodles) </figcaption>
</figure>
<figure>
<img src="Images/Indian/dosa.jpg" alt="Dosa (Indian Crepes)" />
<figcaption> Dosa (Indian Crepes) </figcaption>
</figure>
</div>
<h2>Side Dishes</h2>
<ul>
<li>Pani (comes with Pani Poori)</li>
<li>Bhaji (comes with Pav Bhaji)
<li>Kosamali (comes with Idiyappam Noodles) </li>
<li>Sambar (comes with Dosa)</li>
<li>Chutney (comes with Dosa)</li>
</ul>
<div>
<figure>
<img src="Images/Indian/bhaji.jpg" alt="Bhaji" />
<figcaption> Bhaji </figcaption>
</figure>
<figure>
<img src="Images/Indian/sambar.jpg" alt="Sambar" />
<figcaption> Sambar </figcaption>
</figure>
<figure>
<img src="Images/Indian/chutney.jpg" alt="Chutney" />
<figcaption> Chutney </figcaption>
</figure>
</div>
<a href="http://validator.w3.org/check?uri=referer">HTML5</a>
<br />
<a href="reference.html"> References and Sources </a>
</div>
</body>
</html>