Skip to content

Commit

Permalink
<a> element fix
Browse files Browse the repository at this point in the history
  • Loading branch information
among696 authored Oct 24, 2022
1 parent 764aa94 commit 5e78438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
</head>
<body>
<h1>Food recipes that will change your life.</h1>
<img src="/img/recipes.png" style="max-width:100% ;" alt="recipe image">
<img src="./img/recipes.png" style="max-width:100% ;" alt="recipe image">
<p>Some nice recipes!!</p>
<h2>Recipes list:</h2>
<ul>
<li><a href="/recipes/empanadas.html">Empanadas</a></li>
<li><a href="/recipes/completo.html">Completo</a></li>
<li><a href="/recipes/ceviche.html">Ceviche</a></li>
<li><a href="./recipes/empanadas.html">Empanadas</a></li>
<li><a href="./recipes/completo.html">Completo</a></li>
<li><a href="./recipes/ceviche.html">Ceviche</a></li>
</ul>
<p>More to come...</p>
</body>
</html>
</html>

0 comments on commit 5e78438

Please sign in to comment.