-
Notifications
You must be signed in to change notification settings - Fork 0
/
mudde.html
61 lines (47 loc) · 1.97 KB
/
mudde.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
<!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/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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>Ragi Mudde: Mandhya</h1>
<p>Ragi is one of the staple foods in Karnataka. Ragi mudde or soft finger millet balls are made of ragi flour and water. Ragi mudde is served with upsaaru or soppina saaru that is leafy vegetable curry.
The benefit of Ragi mudde is that it is very easy to swallow and it fills the stomach very easily. Apart from this, the flavour of ragi and taste is what makes it one of the most famous recipes of Karnataka.
</p>
</div>
</div>
<center>
<iframe src="https://www.youtube.com/embed/xtwwHVJjmt8" width="560" height="315" title="A YouTube video" frameborder="0" allowfullscreen></iframe>
</center>
</body>
</html>