-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.06 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
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="stylesheet" href="style.css">
<title> MAP</title>
</head>
<body>
<header >
<div class = "linejasto">
<div class = "Headtext">Map of Nepal</div>
<input placeholder="Search for Landmark" class="input-style" type="text">
</div>
</header>
<center><p> This is a Simple Map of Nepal but with a twist. This map allows you to view all the important landmarks in Nepal. These landmarks are appropriately marked and are all possible questions for <i>Samajik</i> subject in SEE.</p></center>
<br>
<br>
<div class="map-container">
<img src="np.svg" class="img">
<div class="landmarks">
<div class="city lumbini"></div>
</div>
<div class = "landmarks">
<div class="city kathmandu"></div>
</div>
<div class="landmarks">
<div class="city chitwan"></div>
</div>
</div>
</body>
</html>