From d8e9106137b63f352735676d2d88b008b09a9c89 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Tue, 14 Jan 2025 12:47:28 -0800 Subject: Create pesto file with boilerplate Add links between index and pesto recipe --- index.html | 1 + recipes/pesto.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 recipes/pesto.html diff --git a/index.html b/index.html index 69fd628..18a7fe7 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@ Odin Recipes Cheesy Creamy Ramen + Pesto \ No newline at end of file diff --git a/recipes/pesto.html b/recipes/pesto.html new file mode 100644 index 0000000..4dd03b4 --- /dev/null +++ b/recipes/pesto.html @@ -0,0 +1,14 @@ + + + + + + Document + + +

+ Pesto +

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