mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
added hoem button in map
This commit is contained in:
parent
f478ca2c9d
commit
2aa858ebfe
4 changed files with 24 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue