From f1c796aa36b0ad78516a57c9e2804a95103e08ef Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Thu, 28 Dec 2023 17:40:22 +0100 Subject: [PATCH] Addition of recipes and headings Created 3 recipes and added h1 headings named after the dish --- index.html | 1 + recipes/lasagna.html | 13 +++++++++++++ recipes/pizza.html | 13 +++++++++++++ recipes/potatoes.html | 13 +++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 recipes/lasagna.html create mode 100644 recipes/pizza.html create mode 100644 recipes/potatoes.html diff --git a/index.html b/index.html index e5f9248..73ead13 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ +

Odin Recipes

\ No newline at end of file diff --git a/recipes/lasagna.html b/recipes/lasagna.html new file mode 100644 index 0000000..bc2e01d --- /dev/null +++ b/recipes/lasagna.html @@ -0,0 +1,13 @@ + + + + + + Lasagna | Recipes + + + +

Lasagna

+ + + \ No newline at end of file diff --git a/recipes/pizza.html b/recipes/pizza.html new file mode 100644 index 0000000..36bdc24 --- /dev/null +++ b/recipes/pizza.html @@ -0,0 +1,13 @@ + + + + + + Pizza | Recipes + + + +

Pizza

+ + + \ No newline at end of file diff --git a/recipes/potatoes.html b/recipes/potatoes.html new file mode 100644 index 0000000..0a989be --- /dev/null +++ b/recipes/potatoes.html @@ -0,0 +1,13 @@ + + + + + + Potatoes | Recipes + + + +

Potatoes

+ + + \ No newline at end of file