mirror of
https://github.com/10h30/odin-recipes.git
synced 2026-07-11 10:46:01 +09:00
Change recipes name in index.html
This commit is contained in:
+3
-3
@@ -8,9 +8,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Odin Recipes</h1>
|
<h1>Odin Recipes</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="recipes/lasagna.html">lasagna.html</a></li>
|
<li><a href="recipes/lasagna.html">Lasagna</a></li>
|
||||||
<li><a href="recipes/pizza.html">lasagna.html</a></li>
|
<li><a href="recipes/pizza.html">Pizza</a></li>
|
||||||
<li><a href="recipes/hamburger.html">lasagna.html</a></li>
|
<li><a href="recipes/hamburger.html">Hamburger</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user