From 099a48f3a949e2d666d95a7eab6117dca347488b Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Tue, 14 Jan 2025 12:15:48 -0800 Subject: Add Recipes folder and 1st recipe cheesyCreamyRamen.html added with Header Links created to navigate between index and cheesyCreamyRamen --- index.html | 1 + recipes/cheesyCreamyRamen.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 recipes/cheesyCreamyRamen.html diff --git a/index.html b/index.html index c2ec7b7..69fd628 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

Odin Recipes

+ Cheesy Creamy Ramen \ No newline at end of file diff --git a/recipes/cheesyCreamyRamen.html b/recipes/cheesyCreamyRamen.html new file mode 100644 index 0000000..a5e5fdd --- /dev/null +++ b/recipes/cheesyCreamyRamen.html @@ -0,0 +1,14 @@ + + + + + + Document + + +

+ Cheesy Creamy Ramen +

+ Home + + \ No newline at end of file -- cgit v1.2.3