diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:59:45 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:59:45 -0800 |
commit | 3339481855d6d659612ba9f70c460854a30c7550 (patch) | |
tree | 394ded53d645c2fb787d8cb7489f13d375a74719 | |
parent | 736099feec0e1324d4fb83155b67d7e33939224e (diff) |
Change index links to unordered list
-rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |