summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index a261e39..0c431e5 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,10 @@
<h1>
Odin Recipes
</h1>
- <a href="recipes/cheesyCreamyRamen.html">Cheesy Creamy Ramen</a>
- <a href="recipes/pesto.html">Pesto</a>
- <a href="recipes/eggTomatoRice.html">Egg Tomato Rice</a>
+ <ul>
+ <li><a href="recipes/cheesyCreamyRamen.html">Cheesy Creamy Ramen</a></li>
+ <li><a href="recipes/pesto.html">Pesto</a></li>
+ <li><a href="recipes/eggTomatoRice.html">Egg Tomato Rice</a></li>
+ </ul>
</body>
</html> \ No newline at end of file