-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (78 loc) · 2.52 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="Hardik Arora">
<meta name="description" content="About Us page for Travel Bloom">
<meta name="viewport" content="width=device-width,intitial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="keyword"content="AboutUs,about us ,about us,organization,travel,">
<title> Travel Bloom </title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script src="./script.js"></script>
<nav>
<img
height="15%"
width="10%"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\vecteezy_transparent-passenger-jet_47308052.png"
alt="#"
/><figcaption>Travel Bloom</figcaption>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
<li>
<input type="text" placeholder="Search" id="input" />
<button id="Search">Search</button>
<button id="clear" onclick="clear()">Clear</button>
</li>
</ul>
</nav>
<header>
<a href="#">
<img class="social media"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\facebook-logo-png-26.png"
height="4%"
width="2%"
alt="#"
/><br>
<a href="#">
<img class="social media"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\instagram-logo-png-instagram-icon-transparent_18930473.png"
height="4%"
width="2%"
alt="#"
/>
</a><br>
<a href="#">
<img class="social media"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\twitter-new-logo-twitter-icons-new-twitter-logo-x-2023-x_31737227.png"
height="4%"
width="2%"
/>
</a><br>
<a href="#">
<img class="social media"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\youtube-logo-png-3572.png"
height="4%"
width="2%"
/><br>
</header>
<main>
</a>
<div id="result">
</div>
<h1> EXPLORE <br>DREAM<br> DESTINATION</h1>
<p>It encourages exploration of unfamiliar<br>
territories, embracing diverse cultures and <br>
landscapes, while pursuing the desired<br>
destination that captivates the heart and<br>
ignites a sense of wonder.
</p>
</main>
<footer>
</footer>
</body>
</html>