added hoem button in map

This commit is contained in:
bilalshaikh292 2023-10-02 02:02:00 +05:30
parent f478ca2c9d
commit 2aa858ebfe
4 changed files with 24 additions and 8 deletions

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected a Clown </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Clown. </h2>
<div>
<img src="clown.jpg" alt="clown" />
<img src="clown.jpg" alt="clown" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected an Elephant </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected an Elephant. </h2>
<div>
<img src="elephant.jpg" alt="elephant" />
<img src="elephant.jpg" alt="elephant" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -12,9 +12,13 @@
<body>
<div class="demo">
<h2> You have selected a Horse </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Horse. </h2>
<div>
<img src="horse.jpg" alt="horse" />
<img src="horse.jpg" alt="horse" width="500" height="500"/>
</div>
</div>
</body>

View File

@ -11,9 +11,13 @@
<body>
<div class="demo">
<h2> You have selected a Lion </h2>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h2> You have selected a Lion. </h2>
<div>
<img src="lion.jpg" alt="lion" />
<img src="lion.jpg" alt="lion" width="500" height="500"/>
</div>
</div>
</body>