forked from 18Nikhil786/CHITKARA-TRAVELS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSirhind test.html
40 lines (35 loc) · 1.43 KB
/
Sirhind test.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sirhind</title>
<link rel="stylesheet" href="Sirhind.css">
</head>
<body>
<header>
<a href="index.html"> <img src="logo.jpg" alt="logo" height="125px" width="20%" ></a>
<h1>Chitkara U Travels</h1>
<span>
<a href="https://www.chitkara.edu.in/" target="_blank"> <img src="cu logo.jpg" alt="" height="125px"></a>
</span>
</header>
<nav>
<div>
<a href="index.html">Home </a>
<a href="#about">About </a>
<a href="#notifications">Notfications</a>
<a href="#">Covid Precautions</a>
<a href="#contact">Contact </a>
</div>
</nav>
<h2>SIRHIND</h2>
<main >
<div class="route">
<a href="Sirhind route no.66.html" >Route No. 66</a>
</div>
</main>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d27468.390980192486!2d76.36497143866374!3d30.61848537156407!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39101e9f571e29ed%3A0xf4625872624ed2c6!2sSirhind%2C%20Punjab%20140406!5e0!3m2!1sen!2sin!4v1643078915862!5m2!1sen!2sin" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</body>
</html>