-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKandy.html
47 lines (34 loc) · 1.16 KB
/
Kandy.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/styles.css"/>
<title>Kandy</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="JS/myjq.js"></script>
</head>
<body>
<header>
<div id="header" >
<h1>Kandy<span style="font-size: 11px;color:gold;font-style: italic">The Sacred City</span> </h1>
<span id="srch"><label id="lb" >Search</label>
<input type="text" id="srBox" placeholder="enter your query"/></span>
<nav>
<ul class="nav">
<li><a href="#">Home</a></li>
<li><a href="#">Sigiriya</a></li>
<li><a href="#">Kandy</a></li>
<li><a href="#">Kanneliya</a></li>
</ul>
</nav>
</div>
</header>
<section>
<div id="video">
<button type="button" id="vid">watch</button> <br>
<iframe width="600" height="300" id="j" src="https://www.youtube.com/embed/8EuOwkkMAlU" hidden></iframe></span>
</div>
</section>
</body>
</html>