-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkoli.html
58 lines (46 loc) · 1.95 KB
/
koli.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
<!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>Koli Saaru: Kundapura</h1>
<p>This famous chicken curry dish goes well with anything be it rice, roti, idli, chapati, neer dos, kori rotti etc. Kundapura Koli Saaru is a famous Mangalorean coastal chicken curry dish and has its roots in Kundapur in Udupi. The curry of this dish is made by mixing onion, ginger, coconut milk, garlic and other different spices. The creaminess of this dish comes from the added coconut milk.
</p>
</div>
</div>
<center>
<iframe src="https://www.youtube.com/embed/XlBNXWCgU7c" width="560" height="315" title="A YouTube video" frameborder="0" allowfullscreen></iframe>
</center>
</body>
</html>