-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
717 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
Oops, something went wrong.