Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
steini1977 authored Oct 9, 2023
1 parent 553d5f6 commit b092aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fotosafari/dimond/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ <h2>diamant<br>(dimond)</h2>
<!-- The three columns -->
<div class="row">
<div class="column"><!-- photo 1-->
<img src="Exp_0004.jpg" alt="" style="width:100%" onclick="myFunction(this);">
<img src="EXP_0004.jpg" alt="" style="width:100%" onclick="myFunction(this);">
</div>
<div class="column"><!-- photo 2-->
<img src="Exp_0011.jpg" alt="" style="width:100%" onclick="myFunction(this);">
<img src="EXP_0011.jpg" alt="" style="width:100%" onclick="myFunction(this);">
</div>
<div class="column"><!-- photo 3-->
<img src="Exp_0021.jpg" alt="" style="width:100%" onclick="myFunction(this);">
<img src="EXP_0021.jpg" alt="" style="width:100%" onclick="myFunction(this);">
</div>
<br>
</div>
Expand All @@ -104,4 +104,4 @@ <h2>diamant<br>(dimond)</h2>
</script>

</body>
</html>
</html>

0 comments on commit b092aae

Please sign in to comment.