From 7a870089a2bf79f28f30a072d92b80b7ddac83fa Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Mon, 30 Dec 2024 20:45:00 -0600 Subject: [PATCH] initial commit of epic recipes app --- epic_recipes/.gitignore | 2 ++ epic_recipes/index.php | 50 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 epic_recipes/.gitignore create mode 100644 epic_recipes/index.php diff --git a/epic_recipes/.gitignore b/epic_recipes/.gitignore new file mode 100644 index 0000000..4ba50a4 --- /dev/null +++ b/epic_recipes/.gitignore @@ -0,0 +1,2 @@ +README.md +images/* \ No newline at end of file diff --git a/epic_recipes/index.php b/epic_recipes/index.php new file mode 100644 index 0000000..18c0fb6 --- /dev/null +++ b/epic_recipes/index.php @@ -0,0 +1,50 @@ + + + + + + Epic Culinary Recipes + + + + + + + + + + + + \ No newline at end of file