Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Anku-T authored Jul 19, 2024
1 parent 1f7f60e commit 5b745c3
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 0 deletions.
Empty file added code.js
Empty file.
31 changes: 31 additions & 0 deletions index.html
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>
Loading

0 comments on commit 5b745c3

Please sign in to comment.