summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-01-15 19:59:45 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-01-15 19:59:45 -0800
commit3339481855d6d659612ba9f70c460854a30c7550 (patch)
tree394ded53d645c2fb787d8cb7489f13d375a74719
parent736099feec0e1324d4fb83155b67d7e33939224e (diff)
Change index links to unordered list
-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