-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvade.html
62 lines (47 loc) · 2.12 KB
/
vade.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Delicious Karnataka | About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="icon" type="image/x-icon" href="fav.ico">
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand" href="index.html">
<img src="img/logoW.png" alt="logo" style="width:100px;">
</a>
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="places.html">Places</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
</ul>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Maddur Vada: Maddur</h1>
<p>Maddur Vada is also known as Maddur Vade is a perfect breakfast or tea time fritter type snack which is served with coconut chutney or tomato chutney and filter coffee. The name of the snack originated from the town named Maddur which lies between Mysore and Bengaluru in Karnataka.
The snack is prepared from semolina, rice flour, whole wheat, green chillies, onions and curry leaves. These vadas are large and circular in shape in comparison to the other snack preferences. They deep fried and therefore have a crispy texture outside but a soft filling inside.
</p>
</div>
</div>
<center>
<iframe src="https://www.youtube.com/embed/Iwcutpwv5iY" width="560" height="315" title="A YouTube video" frameborder="0" allowfullscreen></iframe>
</center>
</body>
</html>